Other Parts Discussed in Thread: HALCOGEN
Hello,
I am using the TMS570LC4357 and have a few problems testing the CAN bootloader.
I used HalcoGen version 4.6 and I used the Flash API 02.01.01.
First,
System clock 100Mhz and 150Mhz works well in bootloader program. However, 200Mhz and 300Mhz or more 150MHz can not be operated.
In the Flash Erase process, Fapi_issueAsyncCommandWithAddress return value is Fapi_Status_Success.
But status check routine can not get out of an infinite loop.
while (FAPI_CHECK_FSM_READY_BUSY == Fapi_Status_FsmBusy);
while (FAPI_GET_FSM_STATUS! = Fapi_Status_Success);
This happens when the system clock exceeds 150MHz.
Does Flash API 02.01.01 not support system frequencies above 150Mhz?
Second,
When the system clock of the bootloader and the application are the same the bootloader runs the application well.
But if it is different (bootloader is 100MHz, application is 300Mhz), Application does not work.
Application seems to be out of system clock.
However, when the application is executed alone in CCSV7, the system clock is set well and the operation is good.
Thanks for easy answer.