Part Number: AM6548
Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hello,
Environment:
- Hardware: AM65x EVM board
- Software: minimal example code with SYS/BIOS w/o any modification
The experiment steps are like:
- connecting the M3 and R5
- the memory browser shows the values of CTRLMMR_LOCK7_KICK0 & CTRLMMR_LOCK7_KICK1 both are zero
- loading my bare-mental code with SYS/BIOS
- the memory browser shows the values of CTRLMMR_LOCK7_KICK0 & CTRLMMR_LOCK7_KICK1 both are ?????????
- and my code cannot read/write CTRLMMR_LOCK7_KICK0 & CTRLMMR_LOCK7_KICK1 as well
-
- reading these two registers causes data abort
- writing these two registers and nothing changed
I m new to SYS/BIOS and just import the minimal example code without any modification. Could someone provide any comments?