Other Parts Discussed in Thread: HALCOGEN
Hi all,
I want to use the internal eeprom of the micro TMS570LC4357.
I enabled the Halcogen driver and included the generated code.
I was following the Halcogen example: example_TI_Fee_Write_Read.c
When I run the code:
TI_Fee_Init();
do
{
TI_Fee_MainFunction();
dummycnt=0x0000FFU;
do
{
dummycnt--;
}
while(dummycnt>0);
Status=TI_Fee_GetStatus(0);
}
while(Status!= IDLE);
It is stucked in the loop because the Status never be different from IDLE.
any idea? what am I doing wrong?
thanks
Saverio.