Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
In my RPC over http program I have two RPCfunctions. Only the second one in order can be repeated the more than once. The first one hangs the mbed after the function is executed. The mbed needs a reset to restart.
When I swap both functions, the other function can be executed just once. So it seems to be an order problem.
Can you help me solve this problem?