MSPM0G3507: MSPM0 Bootloader GUI v1.2

Part Number: MSPM0G3507

Hi there,

I am using MSPM0 Bootloader GUI v1.2, Would it be possible to configure the UART to 19200 instead of 9600? if so where i could modify that?
image.png


Thank u

Best regards
Zq

  • Hi Zq,

    Within the SDK, you will find the Bootloader GUI source code: C:\ti\mspm0_sdk_2_09_00_01\tools\bsl\BSL_GUI_source_code

    There is a file in this directory called UART_send.py

    in the config_uart function, you are able to change the baudrate:

    Upon doing so, you need to run the batch file: GUI_EXE_Update.bat

    This will rebuild the executable with the changes you made.

    Best,

    Owen