5515EVM+stethoscope Front-End module , the enulator is Digital Spectrum 5515DSK, with CCS3.3.
I wanted to combine the STETHSystem.pjt and CSL_MMCSD_SdCardExample_Out.pjt together to add "read&write SD card" functions to the stethoscope project. So I added the CSL_MMCSD_SdCardExample_Out.pjt to STETHSystem.pjt as a dependent project, I changed some settings so it built successfully, but there are some warnings of the -heap size of STETHSystem.pjt, so I changed the heap/ stack... size and set them to SARAM(default is DARAM) because the space of DARAM is not enough. I built the project and emulated, the project can read and write data to SD card and communicate with UART, but it can't communicate with the Front-end board any more because I can't get the sound data from the front-end board.
So I guess it may be the problem of the front-end board but it is not, I burn the original STETHSystem.pjt code(nothing changed,provided by TI, worked well yesterday) to NOR( with standalone mode) , it works well. but when I emulate the original STETHSystem.pjt with CCS3.3, it still cannot get data from front-end board, but can read&write data to SD card and communicate with UART,that's weird, I don't know what's wrong.
Can anybody give me some advice?
Thanks in advance,
Gao Jiao