Hi,
I am involved in board testing with this CPU but now, we have to use the MK60DN512ZVLQ10 instead of MK60DN512VLQ10. The issue is that the chip with version "Z", is not working and I see with debug that it jumps forever at the "default_isr" function ...
I am sure that the bootloader works fine and I can see the point where is the final Jump to the app code.
From the bootloader, I see the jump instruction:
(( void(*)() )FNET_CPU_INSTRUCTION_ADDR(address))(); /* Jump. */
Where the macro is: ((address) | 0x1)
Is this code correct for both CPUs?
Could you help me?
Thanks!
Stefano