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

Host USB application on discovery L4

Posted on September 21, 2016 at 14:24Good afternoon,I am developing an application on the L4 discovery to log data on an USB, using FATFs and based on the example project from the STM32F4 library.The initialization seems to go smoothly but when I ca...

Trouble Using Input Capture with HAL Library

Posted on September 20, 2016 at 19:00Hello everyone,A week's search didn't bring me very far, so I thought I should ask You guys. I have some experience using Arduino, but this is my first hard-core microcontroller project and so far the learning cu...

Logging data to USB

Posted on September 16, 2016 at 16:54Hello to everyone,I am developing an application that reads data from sensors mounted on a STM32L4 discovery board, but since I need to log for hours I need to save data on a big storage support, such as an USB.I...

Ethernet lwip on STM32F407 board with HAL lib.

Posted on June 08, 2016 at 12:25 Hello. I want to make an UDP communication using mySTM32F407 based board, where the PC forms the server side. I checked most of the posts related to the Ethernet+F407 topic, but could not find any c...

0690X00000605OzQAI.png
akosodry by Associate II
  • 3145 Views
  • 7 replies
  • 0 kudos

STM32F427 CAN Error Status

Posted on September 15, 2016 at 17:40STM32CubeMX 4.16  STM32Cube FW_F4 V1.13.0 I have CAN working OK and need to get the Error Status, I have the following Code fragment but do not receive an Error Code when a CAN Error occurs i.e. disconnected.    ...

DISCO_F746NG - using BSP_AUDIO on mbed

Posted on November 30, 2015 at 17:09Hi all, I'm trying to get the BSP audio drivers working with the mbed Arm online compiler. ST has posted a numbed of the drivers for the new F7 discovery board https://developer.mbed.org/teams/ST/code/BSP_DISCO_F7...

bc by Associate II
  • 730 Views
  • 2 replies
  • 0 kudos

CAN-Bus Problems

Posted on July 09, 2014 at 13:53Hi, Has anyone run a CAN application that works also in error cases? In my application the connection hangs, for example, after pulling the CAN bus pin plug and re-connect. One reason for this is the HAL_CAN_Transmit ...