We are currently trying to add Bootload to the chipset we are planning to use.
We are adding bootloader_uart to the Pic32cx2051MTSH project via mcc.
However, the
.mcc\HarmonyContent\bootloader\config\bootloader_uart.py file does not support the chipset, so there is a problem when adding the harmony bootloader_uart module via mcc.
15:10:31.283 SEVERE: HARMONY: [ c.m.m.h.HarmonyModuleController] Failed to load Module - uart_bootloader
<type 'exceptions.NameError'>: global name 'ram_start' is not defined
File "..mcc\HarmonyContent\bootloader\config/bootloader_uart.py", line 129, in instantiateComponent


We are currently trying to add Bootload to the chipset we are planning to use.
We are adding bootloader_uart to the Pic32cx2051MTSH project via mcc.
However, the
.mcc\HarmonyContent\bootloader\config\bootloader_uart.py file does not support the chipset, so there is a problem when adding the harmony bootloader_uart module via mcc.
15:10:31.283 SEVERE: HARMONY: [ c.m.m.h.HarmonyModuleController] Failed to load Module - uart_bootloader
<type 'exceptions.NameError'>: global name 'ram_start' is not defined
File "..mcc\HarmonyContent\bootloader\config/bootloader_uart.py", line 129, in instantiateComponent