This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issuses about clk example based on CCS V3.3 + DSP/BIOS V5.31.02 and F2812 Device Simulator/CPU - TMS320F28XX Simulator

Hi, everybody,

I am learning the programming based on CCS and DSP/BIOS. So, I made a clk.pjt project according to the tutorial of  CCS V3.3 and DSP/BIOS V5.31 help information step by step. After built it (there is no any errors), I load the program and run it. But it gives an error: Can't write to data memory 0x806, check memory config [-2184]. After disabled the RTDX function in DSP/BIOS Config, the error is disappeared. The project can run, but my task can't be awaked after going to sleep through function call TSK_sleep( (LgUns)timeout ), I don't know why, who can help me?

Thank you very much in advance.