Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello Everyone,
I am trying to read a value that I have written to FEE of TMS570. I have totally a strange error.
My Code Diagram is Like That:
Read_Value_From_FEE(void);
printf("FINISHED\r\n");
As you can see in the figure below, it reads data in the FEE and comes to end of the function and stops since I put a debugger on that. When I press F8 which means proceed it never prints FINISHED and stucks somewhere in there. I could not understand. The situation is same when I remove debugger. It stucks.
Any help will be appreacited.
Thanks.
void main(void)
{
uint16 sistem_sayac=0;
SOC_from_EEPROM = read_SOC_from_FEE();
printf("FINISHED\r\n");