STM32G07 SPI1->DR will NOT accept data
I've been designing STM32F devices for 15 years.My first design using a "G" family - and it has NOT been easy.SPI is a very simple device to use - my setup: RCC->APBENR2 |= RCC_APBENR2_SPI1EN; RCC->APBRSTR2 |= RCC_APBRSTR2_SPI1RST; // resset...