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.
9 years, 3 months ago.
serial_free not getting called for serial object deletion.
I was trying to test "Serial NC RX" Example of mbed SDK for our newly added board to mbed family. I was not working as expected for me, deletion of serial object doesn't call "serial_free" low level hal api. ie, the mux setting for a pin is persisting between 2 serial object creation and hence the test doesn't succeed.