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 ST documentation mentions the ART accelerator but does not provide enough details... I've also noticed a few code lines referring to wait states in the HAL_Init function.
Could someone explain how to implement that and which file(s) to modify?
I deeply appreciate your help!
