User Activity

Hi,I am trying to create a reliable communication in a noisy environment using RS-485 between 2 STM32 boards, one with STM32F302 that is receiving data from several sensors, performs some calculations and then send the data to a STM32H723 Board. On b...
Hi,On a small project I am trying to use HAL_I2C_Mem_Read_DMA and AL_I2C_Mem_Write_DMA to get and send data to INA260 and SSD1306 without success.In main i have: MPU_Config(); SCB_EnableICache(); SCB_EnableDCache(); HAL_Init(); SystemClock_Config();...
Hello all,On and STM32F722 I am measuring the speed of an object that is passing between 2 photogates using external interrupts.I would like to automate the time measure using Input Capture direct mode on channel 3 and 4 of timer 4, however I do not ...
Hello all,I have an STM32F722RETx that is receiving data on UART from an ESP8266. This data is variable in length and I use DMA + IDLE interrupt to know when to process it. When debugging the code I can only see the first byte in the buffer as no oth...
I have tried several F7 MCU and the result is the same.