DSPRelated.com
Forums

Simulator hangs after access to GPIO

Started by Bernhard 'Gustl' Bauer November 28, 2005
Hi,

I have DSK6713 with CCS 2.2. When I simulate my code the simulator hangs
after these lines:
GPIO_RSET(GPEN,0xFF6F);
GPIO_RSET(GPDIR,0xFF04);
GPIO_RSET(GPVAL,0x0000);

The only thing I can do is kill CCS!

While hunting the cause of this behavior I had a look at init6713sim.gel
- I found a lot of GEL_MapAdd() but none for GPIO! Could this be the
reason why simulator hangs?

TIA Gustl