You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm able to reproduce your issue and in fact its also reproducible with a physical target.
I have tried to use openocd + gdb to see why the CPU hangs.
To do that I have added a breakpoint on printf just before eth_init call:
with eth_init commented: execution stop at this specific line, ie to code is fine
with eth_init un-commented: CPU never execute this instruction and remains somewhere between trap_entry and isr
To reproduce:
This needs to be run with the patch below, on main.c
This should hang, right after
Any thoughts?
The text was updated successfully, but these errors were encountered: