Part Number: MSP430FR5869 Hi, MSP experts;
We are using MSP430FR5869. The data sheet describes the input capacitance of shared port pin values 5pF typically. But I feel it's bigger than the data sheet on our testing PCB.. My question is as follows:…
Hi Dietmar,
Thanks for your clear responce.
I will try to minimamize the inrush current with measureing the current and MCU behaviors.
And I'll close this thread.
Best Regards,
Massa.
Part Number: MSP430FR5869 Dear MSP430 Engineers,
When will be the PMM31 and PMM32 Error solved?
I have an aplication where I need LPM3 because of current consumption, fast wakeup via CompE in 7µs and communication via eUSCI_A.
The workaround in…
Part Number: MSP430FR5869 Hi Team,
My customer encounter the explanation in MSP430FR5869. Would you please explain what is SVS and brownout, which is stated in datasheet Table 6-1, and Table 5-2? Thank you very much.
Best regards,
Andy Chu
Thanks, that resolved my issue! I created a new project for the MSP430FR5869, and it compiled successfully with TI compiler 18.12.1 LTS. I then copied the code from the old project to the new one. It still compiled.
Part Number: MSP430FR5869 Hi Team,
When MCU powers off (system shut down happen), how to recover MCU backup data storage or pick up during SMT line down or happen in RD firmware upgrade? Any solution or document can provide or suggest? Thanks.
…
I have these in two files. crc16.h hold the defines while crc16.c holds the code. This is just the hardware version as the complete code has options for the two types of software CRC.
#define crc16_init(crc) (CRCINIRES = 0xffff)
#define crc16_next…
Part Number: MSP430FR5869 Hi
Do you have answer to the following question?
1.
What is input impedance of ADC?
2.
Do you have information when input current sink leads to more or less impact for ADC?
Or is it no matter as long as input…
Part Number: MSP430FR5869 Other Parts Discussed in Thread: MSP430FR2433 , MSP430F5152 ,
Hi,
I meet a issue when burning msp430 firmware.
When msp430 bootup, it run my code that just set a gpio to turn on a LED.
After I set bsl entry sequence at…
Part Number: MSP430FR5869 Hi
We have following questions. Could you answer them?
1.
According to Table 6-1 in the datasheet, wake-up events of LPM3 are described as LF, I/O and Comp.
Does "I/O" mean digital IO and "Comp" mean Comparator_E…