8 years, 8 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.

Be the first to answer this question.