Hello , all
I have a question about DSP/BIOS and simulator. ( R&D enviroment is CCS 3.3 + CCS_v3.3_SR11_81.6.2.exe + DSP/BIOS 5.41 + cgtools 6.1.13 )
I use DSP/BIOS sample ( in C:\CCStudio_v3.3\bios_5_41_03_17\packages\ti\bios\examples\basic\clk\evmDM6446 ) , and setup a 64x+ CPU Cycle Accurate Simulator , then change the RTDX to simulator mode. After compiling and load .out file , I run the program . However program stop at TSK_sleep(...) , the debug window show the instruction ( RTDX$$MSG: ) . When I continue , the code after TSK_sleep(...) are never executed. But when I setup DM6446 Cycle Accurate Simulator, the result is OK . Can any one tell me why this case happened?
I create a none-BIOS project and test the timer0(0x01C21400) and timer1(0x01C21800) under CPU Cycle Accurate Simulator , the timers run correctly .