Hello,
I am attempting to write my program to flash so it may run independently without a debug probe installed.
It appears as though the Universal Motor Control lab code already sets up the linker command files, and runs the necessary flash API commands to write sensitive RAM functions to RAM.
Here is my procedure:
1) Run the program in debug mode
2) Tools -> On-Chip Flash -> Program All (Zone 1)
This returns this error:
This begs so many questions. What is even zone 1 vs zone 2? I don't see any documentation anywhere explaining how or what these zones are doing.
Why is it trying to program to the OTP section at all? (0x078014) I would think this would always fail, since it can only program once.