Hello everyone,Currently I am using STM32F407 and trying it to interface it with esp32 using SPI protocol. Can anyone help me with that. Is it even possible or not ?
Does someone has the Embedded C code of the above program. Because I am trying to start continuous ADC conversion on Timer event but I am still unable to achieve the desired result.Driver file:#include "stm32f407xx.h"
//The code has not been verifie...