HardFault with cmsis Ethernet library
Posted on October 11, 2016 at 19:45 Hello I send and receive data from Ethernet with cmsis library I send my data with send function each 100ms(with each timer interrupt) void send(void){ unsigned char i; unsigned long int...