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.

MSP430F5508: Device reset after entering BSL from software on Rev F chips.

Part Number: MSP430F5508

Dear support, 

I have a device with the below command to enter to BSL. The below command worked with over 1K of devices in the field, but in the new batch assembled the MCU instead of entering BSL reset itself immediately,

  USB_disconnect(); // Disconnect USB device
  __disable_interrupt(); // Disable global interrupt
  ((void (*)())0x1000)(); // Set the bsl address

The only difference I noticed is MCU revision 'C' in the old batch and now this revision 'F'. 

I also resoldered the Revision 'C' MCU that I left on the new Assembly and the problem resolved. 

I didn't find anything in the errata, please assist. 

Regards,

Andrew.  

**Attention** This is a public forum