I am a newcomer of SYS/BIOS and BIOS configuration. And I am doing a test based on IPC.MessageQ module using ti-provided demo source code under the MCSDK directory "C:\ti\mcsdk_bios_3_00_03_15\demos\image_processing\ipc". It can be recompiled and loaded into my target successfuly, and it can run through the main() function, but it can't run into the task functions named "slave_main" and "DDR_MEM_MGMT"--it can't stop at the breakpoints at the beginning of the task functions.
When I comment out the directive below in the BIOS configuration file, It can run into the task functions mentioned above.
//BIOS.addUserStartupFunction('&IpcMgr_ipcStartup');
So I guess there could be something wrong with it, but I have no idea how to deal with it.
Could you tell me what's wrong with my test, whether I missed some configuration?
Test environment:
() target: EVMK2H Rev40
() emulator: onBoard Emulator
() host: XP and CCS5.5
() sdk: mcsdk_3_00_03_15, bios_6_35_04_50, xdctools_3_25_03_72, ipc_3_00_04_29
Thanks for any response in advance.
