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.

TMS570LC4357: TI_Fee_Init blocking

Part Number: TMS570LC4357
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.