I have a simple application that uses a HWI on DMTimer3 that posts a SWI to blink an led. The application works and the LED blinks as suspected. My problem is with the Raw Logs and Execution graph. If i enable HWI, everything works as expected. If I enable SWI and not HWI, again I can see SWI information just fine. When I enable both, the HWI only shows and I see no information about the HWI. Anyone have any ideas? Is timing a problem? Because the Swi_post is in the HWI does the log not enough time to grab both?
A second issue I am experiencing is when I go into the Raw Logs or Execution Graph after halting the program, the console opens with the below error. If I click back into Raw Logs everything works just fine. Anyone know about this issue?
CortxA8: Trouble Reading Memory Block at 0x80014178 on Page 0 of Length 0x4: (Error -2030 @ 0xF4) Attempted to access an unknown or invalid register. Confirm the register is valid and accessible, and retry the operation. (Emulation package 5.1.232.0)
CCSv5.5, SysBios 6.35.4.50, System Analyzer 1.3.1.08, AM3359 (BBB)
Any help is appreciated.
-Anthony