Part Number: TMS320F28379D
Tool/software: TI-RTOS
Dear support,
We build SW CPU1(communication, some logic...) with RTOS, and SW CPU2 without RTOS (has 10 usec timer interrupt that read/write data via SPi-A and SPi-B).
We verified algorithm in standalone application from SW CPU1 and with CPU1 timer interrupt 100usec. Now all SPI Read/Write commands we want to move to CPU2(we have to do it very quickly - each 10 usec)
I have problem with debug application from dual core.
I run SW from CCS 8.1 with the following order.
1. Reset both CPUs and load SW CPU1(without run) and SW CPU2(without run)
2. SW CPU1 after downloading is waiting on Boot_bootCPU2() function (running)
3. After SW CPU2 running - SW CPU1 is still waiting. IpcRegs_IPCBOOTSTS = 0.
Only after board turn OFF/ON I see that leds blink(SW CPU1 & SW CPU2 do something...). But I can not debug the program.
What is configure should be for dual core debugging? Is it possible to do SW CPU1 with RTOS and SW CPU2 - without RTOS?
Thanks,Sabina
CCS/TMS320F28379D: Problems in dual-core programming at CCS 8.0