Hi. I'm working with a 56f8013 demo board and I have 4 puntual questions.
1. About Display/Cycle/Counter. It display me for example:
Machine cycle simulated: 42294
Machine instructions simulated: 22566
In the 56f8013 (32Mhz-32MPIS). What is the real time of this execution??
2. There are any way to count the clock clycle and executed instructions during the PE debugging? I tried with the EonCE Special Counter but I couldn't.
3. Is possible simulates a PE project? Now I'm using 2 independents projects. One for Simulate my code and another to debug on chip.
4. I need to storage several long table (1KB) of constant datas in program flash mem. I have created a constant array among the global variables like follows:
const int a_i[x][y] =
{xxxxx....xxx
.
.
.
xxxxx....xxx}
I proved it in the simulator and it works, but in the gloval variable window this array is shows into RAM mem like 0x0000056. I need to storage it in the flash mem to load it in the 56f8013 (16KB prog Flash mem). How can I do it?
Many thanks and I´m sorry for my english.
Best regards.
Message Edited by dlf on 2009-10-23 08:16 AM