Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
I used HALCOGEN to generate a template and merged with CCS. Now I want to set the ECC_DETECT_EN register of SRAM. I typed the following code
ECC_DETECT_EN = 0x5h;
When I try to compile the program the compiler says the register is not defined. I can try to set the register at its physical address. However I prefer to know how to use these names for the registers. So my question is where is the register defined? What file should I include?
Thanks,
Xiangguang Feng