Why does adding a fourth module stops the firmware working as required?
HelloI'm developing firmware for a STM32F413 on a PCBA. The controller needs to:- control two ADCs via one SPI,- control an LCD via another SPI,- de-bounce a switch using a timer and - communicate with a UI interface over a UART.The SPIs and the UART...