Other Parts Discussed in Thread: TM4C129XNCZAD
I use TM4C129XNCZAD and TI-RTOS, When I access EPI in task and interrupt, the code is : (*((volatile unsigned short *)(0x60000000+addr)))
CCS print the information listed below in console:
se: 0x2000dff8.
Hwi stack size: 0x400.
R0 = 0x00000000 R8 = 0x000167f4
R1 = 0x00000010 R9 = 0x000167f8
R2 = 0x00001800 R10 = 0x00000000
R3 = 0x00000001 R11 = 0x00000000
R4 = 0x00000001 R12 = 0x2000de00
R5 = 0x00000005 SP(R13) = 0x2000e2c8
R6 = 0x000163a8 LR(R14) = 0x000125df
R7 = 0x000167fc PC(R15) = 0x00000000
PSR = 0x60000060
ICSR = 0x00423003
MMFSR = 0x00
BFSR = 0x00
UFSR = 0x0002
HFSR = 0x40000000
DFSR = 0x0000000b
MMAR = 0xe000ed34
BFAR = 0xe000ed38
AFSR = 0x00000000
Terminating execution...