The processor is a Jacinto6 and I'm tying get IPC working on an M4 core. IPC_3_23_01_03, bios_6_37_03_30, xdctools_2_25_06_96.
We can load/run the example project from QNX on the A15 and it works.
It was recommended to us to use that example as a base project for our application.
I added a BSP/Starterware I2C driver to the example and it no longer runs.
In trying to debug that I found that I could not even load the original project into the debugger (CCS Version: 5.5.0.00077).
I've tried loading it directly, and also tried using the generated GEL script the console output is the same:
Cortex_M4_IPU1_C0: Breakpoint Manager: Retrying with a AET breakpoint
Cortex_M4_IPU1_C0: Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x16b64: (Error -1066 @ 0x16B64) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 5.1.600.0)
It crashes when executed.
I don't know why the I2C driver (that works on other project) kills IPC, but being able to debug an IPC application seems like a good starting point.
Thanks!
Keith