Other Parts Discussed in Thread: OMAP3530, SYSBIOS
Hello!!!
I am using:
1. board http://www.technexion.com/index.php/products/arm-cpu-modules/ti-omap3530/inferno
2. JTAG XDS510
3. Code Composer Studio Version: 5.1.1.00031
4. bios 6_32_05_54
5. ipc 1_24_00_16
6. xdctools 3_22_04_46
I am create Target Configuration File for omap3530 platform and run connect to ARM and DSP. Then did the example project MessageQ for ARM and MessageQ for DSP, compiled and loaded into the corresponding nucleus. As a result, the work had been received:
[C64XP_0] Start the main loop
[Cortex_A8_0] Start the main loop
[Cortex_A8_0] Sending a message #1 to DSP
[Cortex_A8_0] Exception occurred in ThreadType_Task.
[Cortex_A8_0] Task handle: 0x80024800.
[Cortex_A8_0] Task stack base: 0x80021100.
[Cortex_A8_0] Task stack size: 0x800.
[Cortex_A8_0] R0 = 0x800228a0 R8 = 0x8002100c
[Cortex_A8_0] R1 = 0x81002e00 R9 = 0x80020c28
[Cortex_A8_0] R2 = 0x00000008 R10 = 0x800228a0
[Cortex_A8_0] R3 = 0x09bd0010 R11 = 0x00000000
[Cortex_A8_0] R4 = 0x81002e00 R12 = 0x00000000
[Cortex_A8_0] R5 = 0x0000ffef SP(R13) = 0x80021870
[Cortex_A8_0] R6 = 0x00000090 LR(R14) = 0x80005780
[Cortex_A8_0] R7 = 0x00000090 PC(R15) = 0x8000513c
[Cortex_A8_0] PSR = 0xa00001df
[Cortex_A8_0] ti.sysbios.family.arm.exc.Exception: line 174: E_dataAbort: pc = 0x8000513c, lr = 0x80005780.
[Cortex_A8_0] xdc.runtime.Error.raise: terminating execution
Reset the board and restart the application to a positive result did not lead. What should be done to correct the application?
Thank you