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 阻止

Guru**** 2350610 points
Other Parts Discussed in Thread: TMS570LC4357, HALCOGEN
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/615077/tms570lc4357-ti_fee_init-blocking

器件型号:TMS570LC4357
主题中讨论的其他器件: HALCOGEN

大家好、

我想使用微 TMS570LC4357的内部 EEPROM。

我启用了 Halcogen 驱动程序并包含生成的代码。

我在关注 Halcogen 示例:Example_TI_fee_Write_Read.c

当我运行代码时:

TI_fee_Init();
执行
{
TI_fee_MainFunction();
dummycnt = 0x0000FFU;

操作
{
dummycnt--;
}
while (dummycnt>0);
status=TI_FEE;

{0}
while (Status!= IDLE);

它被吸入到循环中、因为状态永远不会与空闲状态不同。

有什么想法吗? 我出了什么问题?

谢谢

Saverio。