Page 1 of 1

PIC32 UART Bootloader Address Problem

PostPosted: Tue Mar 07, 2023 9:01 am
by aris99
Hello guys,

I have a PIC32 MC00 Curiosity Nano Board and I am trying to set up a UART bootloader on it.

I have created two separate projects, and for the main application, I have followed all the instructions described here.

https://onlinedocs.microchip.com/pr/GUI ... AFEDDAD130

Regarding the bootloader project, I am trying to set up it via Harmony 3. First, I insert the UART Bootloader component and connected it with NVMCTR and SERCOM1 components.

Generating code, the main while loop has inside a function bootloader_UART_Tasks().

Although, when I run the python script I take an Error Handling Answer that the script cannot take the bootloader version.

Can anyone help?

I also noted that in this example, there is another function but I am not sure how to use it.

https://github.com/Microchip-MPLAB-Harm ... src/main.c

Best Regards,