You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ driver destructors do not call the HAL free functions. One example is the SPI driver, its destructor does not call the spi_free function. This causes issues when one needs to re-open the SPI for instance. The temporary workaround is to call spi_free directly from the application code however this is not ideal.
The text was updated successfully, but these errors were encountered:
C++ driver destructors do not call the HAL free functions. One example is the SPI driver, its destructor does not call the spi_free function. This causes issues when one needs to re-open the SPI for instance. The temporary workaround is to call spi_free directly from the application code however this is not ideal.
The text was updated successfully, but these errors were encountered: