So, is this correct?:
- You have mixed the two demos (lwip_udpecho_bm and fmstr_example_usb_cdc) together
- You use FreeMASTER over USB
- You use network (some custom protocol) to send a message to the application to perform some calculations
- You want to use FreeMASTER (over USB) to see if the application did the calculations well
General answer is: using FreeMASTER over USB should still work regardless of what is happening in the network stack (otherwise something else is broken). If you loose the network connectivity, but FreeMASTER keeps working over USB, than I'm afraid I cannot help you really - you will need to debug what is going on.
Please confirm my understanding is correct.
BTW: Mixing the network demo (which uses FreeRTOS) and a bare-metal USB demo could be tricky. I'd recommend to eliminate the USB completely. Just start from the fmstr_net demo and use the FreeMASTER over net too.
Thanks,
Michal