Part Number: MSP430F5247 hi
While the internal Info FLASH exceed erase / write times(10,000 or 100,000 times), some bit can't be inverted the status.
but sometimes after a while, it can be inverted the status again.
Thus customer ask for what happen in…
Part Number: MSP430F5247 Hi,
in MSP430F5/6's UG(slau208), there has tables describe about the timing error rate in different UART setting,
but it lacks data of 25MHz, do you know what's tha value in red square below?
Other Parts Discussed in Thread: MSP430F5247 hi,
I have been working on msp430f5247 and trying to explore its ADC10 features. I want to scan 8 channel in multi-channel conversion mode . I am using external reference of 2.048 V . I am using following code…
Other Parts Discussed in Thread: MSP430F5247 Hi,
My customer has some questions about the requirement for RTC xtal on MSP430F5247.
1. Do you have any requirements for xtal load capacitance (so called CL) ? It seems there is no description in datasheet…
Hi Sasi,
What debugger are you using? Can you try to connect to the MSP430 while its running after the erroneous reset has occured?
The steps in this thread should still work:
https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers…
Other Parts Discussed in Thread: MSP430F5247 , MSP430F5419A I am using following function to initialize system clock for msp430f5247 . It seems it got stuck in a second while loop as shown below.
void Init_FLL(uint16_t fsystem, uint16_t ratio) { uint16_t…
I am attempting to use the 2.5v reference with the 10 bit AtoD in the 5247 device.
I setup the reference with this code:
REFCTL0 |= REFMSTR + REFVSEL_3 + REFON + REFOUT
and when I look at the register with the debugger its contents match this setup.
…
Part Number: MSP430F5249 Other Parts Discussed in Thread: MSP430F5247 Hi,
I have a problem with the MSP430F5249IRGCT microcontroller. I have tried changing it to MSP430F5247 and the problem stills.
I have the problem with the P1.7 GPIO (Pin 25).
It has a…
Other Parts Discussed in Thread: MSP430F5247 , ENERGIA Hi,
I recently added a new "board" to Energia. I added the MSP430F5247 which was not originally listed in Energia. But after modifying the MSP430 variant files, I can use my MSP430F5247 on Energia.…
Other Parts Discussed in Thread: MSP430F5247 I am to use MSP430F5247 for a mass production device. I would like it to lock the JTAG communication so no one customer can read or write on the Flash of the microcontroller. Nevertheless, for customer service…