User Activity

I have two different STM32L451 boards.One version runs at 3.3V and the other at 1.95V.On the 3.3V board, I can enter the SPI Bootloader and erase/program Flash reliably.But on the 1.95V board, the flash write fails. In the same 2K page and on usually...
I simply wanted to make an identical program but with a different GPIO pinout. The SPI busses are all on the same pins and configured the same. What could I have touched that would cause the SPI transfer to not start ? I had to switch to HAL_SPI_Re...