Hi All,
There is a question on INI file which I hope it does not take much your time. When trying to modify some values of system configuration module0(SYSCFG0), inside DSP C6748, such as HOST1CFG, IRAWSTAT, FLTADDRR, FLTSTAT from INI file by adding the following lines, it is not effective. In addition, whether bootExitType is set as SECUREWITHSK or NONSECURE does not make any changes.
;HOST1CFG
[AIS_Set]
TYPE=2
ADDRESS=0x01C14044
DATA=0x700001
SLEEP=0
;IRAWSTAT
[AIS_Set]
TYPE=2
ADDRESS=0x01C140E0
DATA=0x0
SLEEP=0
;FLTADDRR
[AIS_Set]
TYPE=2
ADDRESS=0x01C140F4
DATA=0x0
SLEEP=0
;FLTSTAT
[AIS_Set]
TYPE=2
ADDRESS=0x01C140F8
DATA=0x0
SLEEP=0
Could you show me some clue to change these registers?
Thank you in advance,
An.