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.

c6670 BCP run with a simulation configration

Hi,

I am now facing  the  problem of failing to use the BIOS MCSDK version 2.0.0.11 example --Bcp_exampleProject   on a simulator . Frankly, I didn't get any more information in "ReleaseNotes_BCPDriver.pdf" except for the need to enable the compiler flag SIMULATOR_SUPPORT.However my cpu still hangs here:

      /* Wait on data to be received from BCP and validate it. Poll on Rx queue for results. */
        while (Bcp_rxGetNumOutputEntries (hRx) == 0); 

here are the console outputs:

[TMS320C66x_0] **************************************************
[TMS320C66x_0] *************** BCP Example Start ****************
[TMS320C66x_0] **************************************************
[TMS320C66x_0] Using BCP Driver version: 0x1000007 Version Info: BCP Driver Revision: 01.00.00.07:Dec  8 2011:11:49:51 
[TMS320C66x_0] [Core 0]: L1D cache size 0. L2 cache size 0.
[TMS320C66x_0] [Core 0]: BCP instance 0 successfully initialized 
[TMS320C66x_0] [Core 0]: BCP driver successfully opened 
[TMS320C66x_0] Global FDQ 877 successfully setup with 256 descriptors
[TMS320C66x_0] 
[TMS320C66x_0] -------------- Rel99 DL Test Start ---------------
[TMS320C66x_0] Rx FDQ 736 successfully setup with 48 descriptors
[TMS320C66x_0] Flow 0 opened to send data to RxQ: 900 
[TMS320C66x_0] Tx FDQ 737 successfully setup with 16 descriptors
[TMS320C66x_0] Reading test configuration ... 
[TMS320C66x_0] Sending a packet of len: 104 to BCP ...
[TMS320C66x_0] Sending a packet of len: 104 to BCP ...
[TMS320C66x_0] Sending a packet of len: 80 to BCP ...
[TMS320C66x_0] Sending a packet of len: 80 to BCP ...
[TMS320C66x_0] Sending a packet of len: 80 to BCP ...
[TMS320C66x_0] Sending a packet of len: 80 to BCP ...
[TMS320C66x_0] Sending a packet of len: 64 to BCP ...
[TMS320C66x_0] Sending a packet of len: 64 to BCP ...
[TMS320C66x_0] Sending a packet of len: 64 to BCP ...
[TMS320C66x_0] Sending a packet of len: 64 to BCP ...
[TMS320C66x_0] Sending a packet of len: 116 to BCP ...
[TMS320C66x_0] Sending a packet of len: 96 to BCP ...
[TMS320C66x_0] Sending a packet of len: 96 to BCP ...
[TMS320C66x_0] Sending a packet of len: 96 to BCP ...
[TMS320C66x_0] Sending a packet of len: 96 to BCP ...

then the cpu hangs.What else should I do when running the Bcp_exampleProject on a simulator?