STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to stop HAL_CAN_ErrorCallback

Posted on April 25, 2017 at 20:27My hardware has to disconnect the CAN bus sometimes. When i do the callback HAL_CAN_ErrorCallback will pop up. My CAN bus has to continue work so i clear all flags that i found:__HAL_CAN_CLEAR_FLAG(hcan,CAN_FLAG_EWG)...

Nucleo-L432KC store data in Flash using mbed

Posted on December 15, 2017 at 05:11Hello,I am using my Nucleo-L432KC for a project and my client wants to use mbed online compiler. I am trying to save some variables into the flash memory (because there is no EEPROM) and unfortunately there is no ...

Duy Tran by Associate II
  • 1767 Views
  • 9 replies
  • 0 kudos

Building samples of STM32CubeF7

Posted on November 14, 2017 at 14:13I'm new in this forum. I've got STM32F779I Eval board for one of our product. I've installed STM32CubeF7. I've also installed System workbench for STM32. Then I tried build one of the sample and could not build, i...

USart not receiving data after awhile

Posted on January 04, 2018 at 20:38I am using STM32F051 device.  For some reason, after the host sending data for awhile, Rx stops receiving data.If I use the debugger and stop the code, and try to send something back to the host, then the Rx begins...

Vu.Andy by Associate III
  • 872 Views
  • 9 replies
  • 0 kudos

samples for students

Posted on December 26, 2017 at 12:40hello,I was wondering which is the policy of ST for the samples for students. I have been using free samples from AVR even before it was Microchip.If it is possible to ask for samples to ST which is the correct wa...

Code for STM32F779I Eval board

Posted on January 06, 2018 at 08:53Hi STM Community, I am currently working on STM32F779I eval board for developing CAN, FreeRTOS with FatFs and SD card drivers.I have generated code using cube mx and imported into system workbench for STM32 IDE.I t...