dear TI !
we are starting using safty dignostic library v2.2.0
demo project :TMS570LS1227_NoOS is build ok.
but when we download the program to the MCU. we fount thare is a error happened.
error code as bellows:(c file name: app_main_NoOS.c , line: 616)
Our question is:
1. SL_CRC_Calculate to check mirrored flash (eg : adress is 20000008) will cause errorRAM exception. if we need to config some parameter by HALgoGen?
2. #ifdef __TI_COMPILER_VERSION__ where is the Macro be defined ?
目前,我们正在尝试使用safty dignostic library进行芯片启动和运行过程中的自检 。