Guest
#1172915
I wish to establish an UDP connection between PC and ARM in cost of minimal resources. I have read manual and FreeRTOS demo. Manual has no example - demo is "all-in-one": is has much more knowledge and much too difficult. I need a VERY simple UDP connection: send and receive single packets from/to the given computer in C++. I have read that ARM has built-in error correction method (CRC). Thanks for any help.