This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR2110: Code is not running after BSL Programming and Reset

Part Number: MSP430FR2110


We now have the MSP430FR2110 Installed and are able to use BSL to get a full set of transactions (see attached Saleae capture)

We are not however actually seeing if any of the code is running after we do a reset. We would expect P1.7 to be oscillating (I believe this is UART TX)

I have tried using the Load PC command to start executing code, but that also didn’t do anything.

I would also like to clarify one thing:

When doing a RX Data Block, Do I just need to read in 256 bytes from the file in the way they appear? Or do they need to be in byte reversed order?

For example:

@f800
FF 45 78 ……… 98 76 EE

So in BSL would I do this:
80 04 01 10 00 F8 00 FF 45 78 …. 98 76 EE XX XX
or this:
80 04 01 10 00 F8 00 EE 76 98 …. 78 45 FF XX XX

Thanks for any help!

**Attention** This is a public forum