STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug in Cube F4 HAL_UART_IRQHandler

Posted on December 15, 2014 at 23:26* @file    stm32f4xx_hal_uart.c  * @author  MCD Application Team* @version V1.1.0* @date    19-June-2014There is a problem with HAL_UART_IRQHandler where received data will be lost.If you have a set of characters ...

FreeRTOS crashing

Posted on November 10, 2015 at 17:44 Free RTOS is crashing when it is trying to increment Tick. (function xTaskIncrementTick) I get a data bus error hard faultcaused by the 'if' statement shown below. obviously if I turn Preemption off, it th...

leet1 by Associate II
  • 423 Views
  • 0 replies
  • 0 kudos

STM32L053R8 HAL_SMBUS

Posted on November 10, 2015 at 12:33Hello, I try to realize a smbus communication where my STM32 is the slave, but I don't understand how to use the different function and interupt. For the moment I managed the reception of the address (with ''HAL_S...

STM32Cube USB host library with multiple CDC

Posted on May 27, 2015 at 16:21Is it possible to modify the STM32Cube USB HOST library in order to handle multiple CDC connections? I am working with a stm32F4-discovery board. The library and the examples work with only one CDC connection, but for...

gerolamo by Associate
  • 637 Views
  • 2 replies
  • 0 kudos