Part Number: EVMK2H
Tool/software: Code Composer Studio
hi
I have worked with C66x gel and dsp gel file before. in DSP for every Hardware access we define address of register and then access it (which is same in C code)
in ARM normally (as far as i know) we get access to cp15, and this is how things done. but in GEL file provided for ARM processors there are some VARIABLEs or "defined labels" which you can't find any definition for them.
for example in GEL file in address "/opt/ti/ccsv8/ccs_base/emulation/boards/xtcievmk2x_arm.gel" there is REG_CTXA15_CP15_C1_ACTLR and REG_CTXA15_CP15_C1_NSACR but there is no definition for them and you can't figure out how this GEL file can adjust these registers.