User Activity

Hi,We are trying  to interface ST33KTPM2I3WBZA9 with STM32H735IGT3 using I2C communication.We have used following commands and logic for communication.  #define TPM_I2C_ADDRESS 0x2e << 1 #define TPM_REG_ADDR_COMMAND 0x00 uint8_t command_data = 0x...
In STM32H735IGT mcu I have initialized ADC1 and ADC3 in DMA method, also FreeRTOS is initialized. But ADC1 adc data is not obtained. But i can read ADC3 data. What may be the issue? One of the differences i have identified is continouous DMA request ...
HOW CAN I INTEGRATION  STM32H735IGT3 ETHERNET RMII COMMUNICATION WITH EXTERNAL PHY DRIVER([DP83822HFRHBR]).WHAT ALL CHANGES REQUIRED IN ETHERNET IN STM32CUBE IDE CONFIGURATIONS.