Part Number: TMS570LS0432
Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello
Team
I use TMS570LS0432 cpu,I see the safe_library2.4.0
register_readback.c file
for example
#if SYSTEM_ENABLED
#if !(defined(_RM42x_) || defined(_TMS570LS04x_))
static system_config_reg_t systemBaseline={NOT_BASELINED};
#endif
Can't check this register SYSTEM_ENABLED ,and There's some registers TCMFLASH、SRAM
I don't know I need to modify the library file?They dont use Reg_Read_Compare(XXX,REBASELINE);Reg_Read_Compare(XXX,COMPARE).