User Activity

Hello all,I am very lost and would appreciate any advice. Currently, my final goal is to send an ADC buffer using HAL_UART_Transmit_DMA. But I am stuck on transferring a chronologically ordered array starting from 240 - 289. #define ADC_BUF_LEN 50uin...
Hello,I am struggling to use multiple USARTs. I tested that USART2 works fine but I cannot get USART1 and USART3 to work. If I can't use multiple USARTs at the same time, I would like to use only USART3. However, USART3 does not work. Do I need to ch...
Hello all,I am trying to capture the rising and falling edge of a timer by calling HAL_TIM_IC_CaptureCallback function. I set timer1 as pwm generation and timer2 as input capture direct mode. I am following an example code online. I was able to trigg...
Kudos from