Part Number:TDA2P-ACD
Tool/software: TI-RTOS
Hello All,
We have compiled PSDK 03.03 for our TDA2P based custom board. I have added a new module for Accelerometer and done necessary pinmux & PRCM settings in pad config file "ti_components\drivers\pdk_01_09_00_17\packages\ti\drv\stw_lld\platform\src\tda2xx\platform_tda2xx_pad_config.c".
Accelerometer is connected to TDA2P over McSPI3. When we execute our code in debug mode it works fine. But while running the same code in release mode, we get error in "GIO_issue()" API as below,
"
status = GIO_issue(mcspiHandle, &issueDataparam, size, NULL);
if (status != IOM_PENDING && status != IOM_COMPLETED)
{
Vps_printf("\r\nFailed to issue empty buffer to stream\r\n");
}
"
Is there anything that we need to take care of while running the code in release mode.
Thanks,
Abhay