Hello,
I am working on Sharc Audio Module (SAM), and just trying out simple programs like led blink and I2C read/write. I created a new crosscore project and added baremetal gpio and twi drivers to my crosscore project. For LED blink i could do it by just running the program. But for I2C read i need to debug the core 1 project where i have written the code and just running it is not showing any results in register window. So i suspect there is a mistake in the program.
Now to be specific the problem i am facing is when the program is loaded into debug environment is it first enters core 0(arm core) program's main where i have all the facilities to debug(run,step over,step in) in this core i am just enabling other two sharc cores. So when i press run in arm core it jumps to Core 1 programs's main and at this moment i loose access to step in and step over functions and only run is available.
If i press run then i cannot see anything happening and when i pause i cannot see which line is running in the code.
What should i do to get the access for step wise debug facilities?
I am using SAM board with CCES 2.8.3 on a windows 7 system.
It would be helpful to me if i get any relevant guidance on this.
Regards
Sudeep