Resolved! [SOLVED] [STM32H503] SPI1 does not send anything
Good day, everyone.I'm trying to launch SPI1 under Arduino IDE. The transmission didn't work and I switched to direct control of the registers. The code used is below: #include <Arduino.h> #include <SPI.h> void setup() { SPI.begin(); Serial1.beg...