Other Parts Discussed in Thread: CONTROLSUITE
Hello,
I'm having trouble writing to flash on the C28 core. I can run the flash API example code for both cores, and it works fine. Now I have created my own project and I'm trying to build a bootloader, but I can't get it to burn flash on the C28 side. I have copied each step from the example and placed it in my code, but it still doesn't work.
Every API call results in a "success" status, including the Fapi_issueAsyncCommandWithAddress commands to erase and program. But nothing in the memory browser window changes, and the verify and blank check steps fail because flash didn't really change.
I've looked at the example code a hundred times and I'm sure I'm doing the same steps in the same order. Any idea what I could be missing? Something outside the code, like a project setting or something? I'm lost.
Thanks,
Joel