User Activity

Hello all and good day!I have been trying to trigger an ADC using TIM6 with TRGO signal in STM32F446RE board. I am unable to do it. I have used CubeMX initialization and have been trying to use the HAL libraries for developing the code. I have attach...
Hello all,I am trying to configure an ADC in injected mode via a trigger from TIMER 1. I want to trigger ADC whenever the timer RESETS. For this, I have set the TIM1's master mode to generate ADC trigger signal during timer RESET. I have configured A...
Hello all,I am using a STM32F446RE and am programming it using STM32Cube IDE. I am running it on Linux 18.04 LTS. It was perfectly working previously and now suddenly dont know what happened, it prompts the following message when I am connecting to t...
Hello all,I am very new to the STM32 environment and am just getting started with some of the basic things with the platform. I am trying to simply read a byte of transfer from the computer on the STM32 using UART. I have enabled the interrupts and a...