User Activity

I have a STM32F401CCU6 board with me. It has a UART bootloader option and USB_OTG_FS is in 'Device_Only' mode. The USB_DEVICE is set to 'Communication Device Class'. USART2 is enabled in Asynchronous mode.I want to flash the firmware using UART. I do...
I followed this example that does i2c communication with TMP102 https://www.digikey.in/en/maker/projects/getting-started-with-stm32-i2c-example/ba8c2bfef2024654b5dd10012425fa23.In the case of AD7147-1, the module can read up to 13 sensors and I'm try...