Tool/software:
Hi,
Is there any reference to implement USB bootloader for MSP432E401Y MCU
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.
Tool/software:
Hi,
Is there any reference to implement USB bootloader for MSP432E401Y MCU
Hi,
Please refer to the Bootloader user's guide https://www.ti.com/lit/pdf/slau746 and Bootloader Scripter user's guide https://www.ti.com/lit/ug/slau655f/slau655f.pdf.
Once you download and install the BSL Scripter you will find the example in C:\ti\BSL-Scripter\ScriptExampleWindows\E4xx_usbdfu
Hi Charles,
Do we have any examples for USB bootloader with RTOS application
Hi,
No, we do not have a USB bootloader with RTOS application. However, this post will be helpful with TI-RTOS examples and tips from Chester on bootloader with TI-RTOS application. https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1024278/tm4c1294ncpdt-rtos-bios-not-working/3787593#3787593 The example is for TM4C129 MCU (which is the same as MSP432E silicon) for TI-RTOS based Ethernet bootloader application.