Tool/software:
I'm using the following target configuration and am able to send and receive data (as in I can see the received data when debugging my custom codec decode function).
usb+cr+custom+streaming
I need to bind the received data to a label and run another function when received. How would I go about implementing this?
If possible, an example project would be very helpful.
Thanks!