Hello,
Is it possible to update the MSP432E401Y's firmware via UART4 (instead of the default UART0) ?
If yes, how to do so ?
Thank you.
Regards,
Victor Tolosana
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.
Hello,
Is it possible to update the MSP432E401Y's firmware via UART4 (instead of the default UART0) ?
If yes, how to do so ?
Thank you.
Regards,
Victor Tolosana
You can't use the default bootloader via UART4. Maybe you need a customized one.
Ok, by that you mean modifying bl_uart.h in boot_serial_uart_flash_MSP_EXP432E401Y_nortos_ccs ?
Changing all #define with adequate pins for UART4 should make it work ?
Thank you very much.
You can see that the default bootloader is in ROM:
The one you find is an Application bootloader saved in flash. You can customized it as what you want.