In order to debug DM8148-based custom hardware I need description of several registers that are not described in TRM.
Thanks to our JTAG debugging tool documentation, I know where these registers are located. For example Control Status Register (CONTROL_STATUS) is mapped at 0x48140040 but I don't know anything about bitfields meaning :(
tree.open "System Control"
tree "CCM (Chip Control Module)"
base ad:0x48140000
group.long 0x40++0xb
line.long 0x00 "CONTROL_STATUS,Control Status Register"
Where are such register documented?
Thanks in advance.