STM32C031 About starting I2C and starting USART1 interrupt
HelloI am creating a program using STM32C031.Before entering while(1) when powering up, I would like to use HAL_I2C to retrieve EEPROM data from the IC, and then start the USART1 and USART2 receive interrupts and the SPI1 transmit interrupt.However, ...