Hi Ben,
The BSL is written in flash.
If customer remove that part of code (It may happens when customer programming the software), then the USB BSL will not work.
I would suggest customer double check about that part of code by reading that memory out…
Hi,
Sorry for the late response. I tried to load your code on a F5529 launchpad. And the file 5244.txt can be successfully load to the board through the Uniflash. And I load another test file to the MCU, and it can still be successfully write to the MCU…
Part Number: MSP430F5244 Other Parts Discussed in Thread: MSP-GANG Use the TI MSP-GANG programmer to download the program, use the BSL mode, there are 9 blocks in the 200pcs board. The program download fails when it reaches the "verification" step; at…
Part Number: MSP430F5244 Other Parts Discussed in Thread: MSP430FR6979 ,
Hi,
The errata (PMM29) for MSP430FR6979 states that it will be locked up in the LPM.
Does this errata apply to MSP430F5244?
Thanks,
Part Number: MSP430F5244 My team and I are currently trying to use our MCU to communicate with the BMP280 barometer via I2C. Right now when we run our code the data and clock line never are driven low. Are we missing something? Below is the code.
#include…
Part Number: MSP430F5244
Hi, MSP430 Support team
I will ask you a question from "Related Questions".
Last time, Mr. Dennis gave me the opinion that if you want to write a value to SR, you need to write it with the BIS instruction.
I have a…
Part Number: MSP430F5244
Hi,
In the TRM, restrictions on instructions to the status register are described.
6.3.3 Status Register (SR)
https://www.tij.co.jp/jp/lit/ug/slau208q/slau208q.pdf
===========================================================…
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 instructions…
Part Number: MSP430F5244
Hi,
■ Request
I want to transfer to LPM by writing a value according to the desired LPM level to the SR register.
■ Inquiry content
Use the breakpoint and stop at line 77 of the C source below.
After that, when the program…