STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to use CAN with CubeMX and STM32F1 / F4, UM1850 and other HAL+LL drivers documentation not up to date with new CAN Library since fall 2017

Hi everyone,I want to use CAN with my STM32F103CB and STM32F429ZIT, but the CAN TX and RX Pins do not do anything on both boards. I am using CubeMX 5.3 and F1 Lib 1.8.0 / F4 Lib 1.24.1From the CubeMX CAN example project for the STM32446E_Eval board I...

Details of using USB without VBUS sensing

I'm wondering how things work *without* VBUS sensing on, in particular, the STM32F401. From the documentation, I understand that:VBUS sensing can be disabled for bus-powered devices, since these are only powered up when VBUS is present, so VBUS can b...

continuous timer and Alarm in microseconds

Hi, I have an application; where I need to keep on running a hardware timer with microseconds resolution. I will note the time when some external interrupt is triggered. Basically purpose is to note the time difference between external inputs/trigger...