Other Parts Discussed in Thread: LAUNCHXL-F2800157
Tool/software:
Hello, Im trying to run the demo example for the MSPM0 Live Firmware Update (LFU) Bootloader Implementation thats found in the PDF.
First of all, i think the demo files given in the PDF are outdated so i was running into issues with even loading up the GUI but once i finally figured that out i went to start building the bootloader and the code was erroring alot (which is crazy considering its a demo)
After hours of trying to find forums or any signs of anyone else having similar issues i finally found the forum that had an updated version of the demo files for using LFU (located here if you want to refer to them)
Once i loaded it up into CCS and tried to build the bootloader project, it worked and had no errors at first, but once i tried to start debugging it, it failed due to not creating a .out file prior to the initial build. So then i go to start the build again and then an error pops up in the main source code with the following message,
< incompatible function pointer types initializing 'void (*const)(void)' with an expression of type 'void (const TickType_t)' (aka 'void (const unsigned int)') [-Wincompatible-function-pointer-types] >
This error is coming from this vTaskDelay Function


This same error was showing up in the old demo files as well
Does anyone have any idea why it wont work properly? I'm running out of ideas and its been frustrating. Should i use an older compiler or something? Any advice would help!
For reference im using the MSPM0G3507.
