Resolved! Start stop clear timer?
Hi, do HAL_TIM_Base_Stop will clear couter? When I next Start the timer will it count from 0 or will count from random number that it stopped? There is no Base_Clear as I know.Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, do HAL_TIM_Base_Stop will clear couter? When I next Start the timer will it count from 0 or will count from random number that it stopped? There is no Base_Clear as I know.Thanks
when I call this Function my ADC start successfully and I can read adc value in adc callback but my mcu hang at this function line what is the problem?
Hello,I have searched too much on the net, and I have not found any documentation and help.I want to connect my stm32f4discovery over wifi with the 8-pin ESP8266 wifi module. Does anyone have clear tutorials to help me?Thank you in advance.
Hi all,Our team is developing on a custom PCB with STM32L476. And we are testing our CLI robustness, we found out that when we spam the CLI which uses USART2 at baud rate 115200, the program goes into hard fault. Upon investigating with a JLINK debug...
I have the STM32F746G-DISCO and after some good result with I2C bus I would like to interface a PGA2311 with SPI.This code hang the STM32 processor, why ?#include "stm32f7xx_hal_spi.h" SPI_HandleTypeDef spi = { .Instance = SPI2 }; void BSP_SPI_In...
Hello community,I am having a trouble with the initial state of using Output compare mode. I will explain what I want to do. I want my pin which is assigned to Timer 2 Channel 1 to work in output compare mode. The pin initial state must be RESET all ...
I am using STM32F439 MCU in my project. Currently I am trying to flash the code through Demonstrator GUI but unit is not entering into boot code. So, now I will use JTA /ST-Link/v2 to flash the code but before this I want to download the existing l...