Hello !
I'm trying to run a sys/bios example application with the ccs 5.1.0.09 simulator doing the following:
creating a new ccs project, choosing sys/bios examples hello with c6000 family device and a "Generic c674x device" variant,
next I'm choosing a dm8148 platform (which is my target platform eventually)
The application builds fine.
Then I'm creating a target configuration file, choosing c674x CPU Cycle accurate simulator, little endian.
I'm placing a breakpoint on the first line of the main function and run the simulator.
The simulator seems to run but the breakpoint never triggered, if I suspends the cpu it looks like the device
runs the clock ticker, I see in the stack that starting from address 0
then deviceConfig from Timer.c
then ti_sysbios_knl_doTick... from hello_p674.c:2,567
then ti_sysbios_timers... from Timer.c:553
then deviceConfig... from Timer.c:186
did I miss something ?