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.

MSP432E401Y: PCB production testing

Part Number: MSP432E401Y

Hi TI!

We have a first series in production at the factory (based on MSP432E401YTPDTR).

So the factory can test if the MCU is alive.

Is there any pin on which we can measure to know if the MCU is alive? Of course with the board powered.

Thanks very much.

  • Hi,

     If the flash on the MCU is erased which is the case when you have a virgin device mounted on the PCB, then there is not any pin that will toggle. Without a valid application in the flash, the ROM boot loader starts execution by scanning the supported communication interfaces until it receives a valid command to download firmware through a specific
    interface. This means if you have any device (UART, SPI or etc) on the board that will send the download command to one of the supported communication interfaces then the detected interface on the MCU will start to handshake with the external device. This could serve as an indication that the MCU is alive. 

  • Hi Charles, thanks very much!

    Could you please tell me where the serial commands for firmware upload are documented? 

  • You asked for any pin which can indicate if the MCU is alive and I answered as such. Not sure why you rejected my answer. 

    You can find the serial commands documented in the Bootloader user's guide. https://www.ti.com/lit/pdf/spmu301. Go to section 5.3.

    Here is also an app note for serial bootloader. https://www.ti.com/lit/pdf/spma074