processor goes to HardFault at __ISB
Hello, I've bought Riverdi board and I'm developing a code that uses Ethernet and act as TCP server. The code sends "Hello word %d", i++ every 10ms on that TCP socket and it works fine, but when I try to send some byte on client size it goes to H...