Part Number: MSP430F5244 Hi,
There is a problem with the code for transitioning to LPM.
PUC occurs when writing to SR with BISX.W.
In the UG , there is the following sentence.
- NOTE: Bit manipulations of the SR should be done by the following…
>This experiment helps know the route reason is you can not use BISx.W.
1. Is it okay to recognize that an error has occurred because a 20-bit value was written to the SR this time?
>For why it happens, how MSP430 core analysis the command, sorry…
Part Number: MSP430F5244 It is possible for uС MSP430f5244 UCB1 to install without SOMI pin (P4.2 / PM_UCB1SOMI / PM_UCB1SC), using as digital I/O?
// Setup Port Pins P4DIR = 0xFF; // P4.0 - P4.7 output P4SEL = BIT1+BIT3; // P4.1, P4.3 Port Map functions…
Part Number: MSP430F5244 Dear e2e Support,
Considering our MSP430F5244 with a power supply at 1.8V, is it possible to use the I²C bus? (We only see a characterization of this communication bus for a 2.2Vmin)
If yes, what would be the limitations…
Part Number: MSP430F5244 MSP430 Team,
I am confused on errata USCI35. From slaz546p:
These timings from the device datasheet slas897A are:
Question 1: Why does the errata only indicate standard mode? Doesn't this errata also impact fast…
Part Number: MSP430F5244 Other Parts Discussed in Thread: MSP-FET , Hello,
I have a user who wants to configure their board so they can use both the backchannel UART and the I2C BSL with the MSP-FET tool.
At first glance they appear to be mutually…
Other Parts Discussed in Thread: MSP430F5229 , MSP430F5244 , MSP430G2553 , MSP-FET Hi
I was able to program MSP430F5229 through my msp430g2553 launchpad emulator. But i was not able to program msp430F5244 through the same emulator. Does this emulator…
Part Number: MSP430F5244 My code for the DMA spi is given below, but the problem is I'm not able to transfer not even single byte using the function. Help me anybody if I'm doing something wrong in the funcion.
void SPI_DMATx(uint8_t* SrcAddr,uint16_t…
Hi Katie,
Thank you for your support.
I am able to update the mcu firmware, I think the issue is with the compiler selection.
I am getting a warning in linker file with TI 4.2.7, while the project is properly compiled with the TI 4.2.1.
This implementation…