desouza said: I see you are calling the Runtime Support Library (RTS) function memcpy(). As the linked reference mentioned, the message shows up when a function from the RTS is accessed but the CCS debugger is not able to find its source code. Also, the…
Part Number: MSP430F5244 Tool/software: Code Composer Studio Hi,
When I was searching for some hardware multiplier code snippet I read in forums that no need to specially use hardware multiplier in the code, compiler itself uses it if we have the hardware…
Ryan Brown1 said:
A 47 kOhm pull-up resistor and 2.2 nF pull-down capacitor is also required for the RST line on the MSP430F5244 target board
F5xx devices are with internal pullup on RST, and external is not needed. Pullup resistor and cap combination…
Part Number: MSP430F5244 Other Parts Discussed in Thread: MSP430F5242 , MSP430F5252
I'm presently working on the msp430f5244 and 5242. Flash of both the controllers respectively 64kb and 128kb, but when I created projects for both controllers in code…
Part Number: MSP430F5244 Other Parts Discussed in Thread: USB2ANY Champs,
We use MSP430F5244 SPI slave as UCAxCTLW0.UCCKPH=1 and suffer the one-bit shift issue similar to this symptom.
1)
Would you please explain this workaround in more detail…
Part Number: MSP430F5244 Other Parts Discussed in Thread: MSP430F5242 , Hi TI Experts,
Please provide us your advice for my customer issue.
According to the customer, MSP430F5244 jumped to unexpected PC while waiting on stabled clock in part of init…
Part Number: MSP430F5244 Hi TI Experts,
Please provide your advice for customer issue. They have met the following error after writing the BSL area. "ERROR: The Debug Interface to the device has been secured" I think that this device was "JTAG locked…
Part Number: MSP430F5244 Tool/software: Code Composer Studio Hello, I'm using the msp430f5244 with CCS, I'm trying to do a 4byte operation on this two byte controller and IDE , so it's giving me wrong values please let me know how to do the following…
Other Parts Discussed in Thread: MSP430F5244 Dear all,
I wrote a simple program to send single byte over uart.
Here is my code:
#include "msp430f5244.h"
// Clock 1,048576 MHz
//============ ================================================…