Hello,
I stored ecat_appl_spi.bin on ice board by using Twincat application, it's ok, the program run correctly in spi flash.
The probleme now, is that if I try to debug with Jtag probe/CCS5 an other project (bigTimeICE or I2C_led), the project is loaded, but it's not possible to debug it.
Is it due to the ecat_appl_spi.bin spi boot code which can not disable ethercat interrupts, a bad mapping ?
I thought that the Jtag probe took the control of all the registers, is it true ?
After, if I store bootSpi.bin by using Twincat, it's ok, it's now possible to load/debug any project step by step.
An idea ?