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.

Write with a first programm calibration data to bank 7 and read it with another programm

Other Parts Discussed in Thread: HALCOGEN

Im working with the RM46 HDK. I implemented the CAN-Bootloader from the TI example and everything went well. Now, i want to write an application, which can write calibration data to bank 7. I want to download this programm with the CAN-Bootloader. If all the calibration data is written to bank 7 i want to delete this application and i want to write another application down via CAN-Bootloader. This application should be able to read the calibration data from bank 7.

I already read about the Flash API F021 and the FEE, which should be used for this issue. I also tried to run the TI example "example_TI_Fee_Write_Read.c". It compiles flawless and runs, but it stays in the do-while-loop after TI_Fee_Init(). I dont know whats the matter there. I linked the F021_API_CortexR4_LE_V3D16.lib from Flash API.

I use CCS Version: 6.1.0.00104  and HalCoGEN Version: 04.05.01.


So i wanted to ask first if i am on the right way or are there better approaches to my problem or maybe someone did already something similar? Second question is, what could be the problem with the halcogen example?