Forum Post: RE: Hi,Lori Heustess, why negated before being entered...
Thanks , Maria the kit is : DRV8312-C2-KIT_v128and project is:PM_Sensorless
View ArticleForum Post: RE: Memory verification error with USB firmware upgrade tool...
Hello Mr HendrawanThanks for your answer. Ok yes. I send you now two TI-TXT files (old and new firmware). Hope you can see the memory verification error now.Regards,Knupp Reto
View ArticleForum Post: RE: Difference between BSL(Bootstrap loader) and Main Memory...
Thanks for your answer.It is quiete enough for my questionBest Regards..
View ArticleForum Post: About msp430F67x Family Flash
Hi,I checked 5xx and 6xx family guiede but I couldn 't find any information about flash array.I need minimum 2 flash array.Has anyone know about 6xx flash? Is there single array or two array in F67xx...
View ArticleForum Post: RE: Interrupts and the Timers
Hi.The error is : #20 identifier "TIMER_CFG_32_BIT_PER" is undefined
View ArticleForum Post: RE: MSP4305659, Backup battery, RTC registers not retained, LOCKBAK
[quote user="Michael Head"]What purpose does LOCKBAK serve[/quote]In LPM3.5, energy consumption has to be reduced to the minimum possible.This includes disabling retention of the RTC config registers....
View ArticleForum Post: RE: wierd behaviour of msp430fr5739 exp. board crystal
The capacitance of the load capacitors depends on the crystal’s required load capacitance. This is not an universal value. It differs between different crystal types (including different physical...
View ArticleForum Post: RE: MSP430F55xx USB operation fails at low voltage
VBus shouldn’t break down to 3.7V. If it does, it may have two reasons: first, you have some series resistance that causes a voltage drop. This is a circuit design flaw. Or you draw too much current...
View ArticleForum Post: RE: MSP430Fg4618 and Melixis 90614
You use the same slave address for send and receive, and it is <0x7f, so it might be correct.But the slave address you use in the slave_present function is definitely wrong.Also, under certain...
View ArticleForum Post: RE: TIMER_A0
[quote user="old_cow_yellow"]Really?[/quote]Really!“62,5” is an expression and evaluated completely, before assigning the result. And it means “first (62), then (5)”. So 5 is assigned.There’s nothing...
View ArticleForum Post: RE: a use case of idle line mode
OCY is right. Idle line mode is an alternative to address byte mode in a multi-peer setup. It means, when an incoming byte is preceded by at least 11 ‘1’-bits, then it is considered to be the...
View ArticleForum Post: RE: About msp430F67x Family Flash
Why do you ask? The MSP is a black box. It has flash of a certain total size that you can access using the internal flash controller. Whether it has one or two or 100 flash arrays internally, it makes...
View ArticleForum Post: RE: FET Pro 430
The JTAG update you were asked to do was for updatign the firmware in the FET430UIF. It has to match the DLL version used by IAR on the PC. It was not uploading your firmware ot the target MSP.About...
View ArticleForum Post: RE: problem in I2C with accelerameter slave
Slave address is 0x18 or 0x19, depending on the state of the SDO/SA0 pin.Also, to set the device into I2C mode, you need to tie the CS pin to VCC, else the device will go into SPI mode, where SDO/SA0...
View ArticleForum Post: RE: HOW CREATE A SECONDARY INTERRUPT TABLE
If your ISR is located above 64k (has a 20-bit address), then you need to generate a stub that resides in lower 64k (16-bit address) and does a jump to the upper address location. The vector table can...
View ArticleForum Post: RE: G2312 family SVSIN reset - from where?
[quote user="Robert Brown2"]It's not alway clear what these devices have in them from the datasheets.[/quote]But it is. Just not from the overview page.You can take a look at the perpheral map table...
View ArticleForum Post: RE: MSP430F5329 DCO Settling Cycle
IMHO, both calculations are incorrect.The DCO starts at its lowest tap. On each reference clock tick, it is adjusted up. So worst case, it has to go all the way up for 30(!) DCO steps and 32 modulation...
View ArticleForum Post: RE: MSP430F4250 watchdog issue
My first guess would have been the ISRs, but you say there are no loops in them, and deterministic execution times. Well, I’d need to look at the code to say anything.
View ArticleForum Post: RE: Sending Digital signal to specified GPIO pin
Hello Brandon,Information needed here would be how many pins do the DAC need for sending the data?How is the DAC expecting the continuous data, is there a clock, load pin and a timing diagram would be...
View ArticleForum Post: RE: UART4 Initialisation Error
Good for you - thanks for the Verify.Now the holes you describe are more properly called "PTH" (Plated Thru Holes) which indicates that a conductive "funnel" runs w/in that "hole" and electrically...
View Article