STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32CubeMX FreeRTOS and __weak

Posted on September 13, 2017 at 14:49When enabling the FreeRTOS idle hook STM32CubeMX generates a function with the following prototype in the freertos.c file:__weak void vApplicationIdleHook( void )However __weak isn't defined in any one of the inc...

How Can I Close Dfuse Upload Operation?

Posted on February 01, 2018 at 08:36Hello,I use stm32f series mcus with stm32cubeMx and Keil uvision5 demo in user board.Also I have USB OTG connections and I use Dfuse program for upgrade my firmwares.But I suddenly detect to I can upload dfu forma...

0690X0000060493QAA.jpg

USB VBUSDetect and Battery Charging

Posted on January 30, 2018 at 10:48Hi,Can someone please explain what is the VBUS detect (HAL_PCDEx_BCD_VBUSDetect) and battery charging (USBD_LL_BatteryCharging), what is it used for and how to use it (with STM32L4)?Currently I have an EXTI interru...