User Activity

I am using Stm32F411RCT chip and using BMP280 pressure sensor * 2 ea and hdc1080 * 1ea. ​I made the code for three sensors to act as a polling.​however, in order to reduce the amount of time that data is read and written, I am changing that function...
I'm using STM32F411RCT chip and using I2C3 slave is BMP280 * 2ea and HDC1080​​The bmp280 is implemented as a function of HAL_I2C_Mem_Read.HDC1080 is implemented as a function of HAL_I2C_Master_Transmit & HAL_I2C_Master_Receivenow, I change this fun...
I'm using an STM32F411 chip.and it is trying to use the DMA function of UART2 and I2C3.there are same DMA1 bus line.​at that time, ​Is it available when both functions try to work at the same time? Does Stm32 handle itself? If so, what is the priorit...