Resolved! How to configure the FLASH wait states on STM32L432 Nucleo board?
Hello all,I'm currently implementing a double async circular buffer on a STM32L432KC Nucleo board. In order to increase the flow speed of the data leaving the buffers, I'd like to change the FLASH wait states (i.e. set the wait state value to 0). The...