Hi,
Where can I find a download for the flash API v02.01.00? I'm trying to use the uart bootloader example, but I have v02.01.01 installed and it has build errors.
Thanks,
David
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Where can I find a download for the flash API v02.01.00? I'm trying to use the uart bootloader example, but I have v02.01.01 installed and it has build errors.
Thanks,
David
Thanks Chuck.
I was able to get it working, but it was not straightforward. Perhaps I don't fully understand CCS, but what caused me issues was that all of the paths were relative to the path variable ORIGINAL_PROJECT_ROOT which was defined as
C:/Users/a0324020/workspace_v5_4/SafetyMCU_Bootloader/TMS570LS31x/boot_uart
Which means the project has to be put in exactly the right spot to build. I would have expected the example to have include files and the lib file (where appropriate) be relative to the PROJECT_ROOT variable. That way any workspace can be used and the include paths / Flash lib would be correctly referenced.
Thanks,
David