STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 CAN acceptance mask

Posted on July 27, 2015 at 14:08Hello there, I am trying to configure the acceptance mask of the CAN peripheral but I just cant seem to understand how does it work...    CAN_FilterConfTypeDef sFilterConfig;     sFilterConfig.FilterNumber = 0;     sF...

STM32L051 GPIO errata

Posted on July 25, 2015 at 15:25Hello,I'm having trouble getting the GPIOs work in STM32L051. According to the errata sheet I'm supposed to wait some time after allowing the clock for the peripherials so I did so. However, I still can't measure a lo...

bp1112 by Associate II
  • 918 Views
  • 5 replies
  • 0 kudos

STM32F4 GPIO clock

Posted on July 25, 2015 at 03:18HelloI have an STM32F429 discovery boardI program it with : STM32-Matlab/target (embedded target for Matlab and Simulink), STM32CubMx (configuration tool) and the toolchain: Keil uVision5 (lite).I tray a very simple S...

zaouche by Associate
  • 972 Views
  • 3 replies
  • 0 kudos

a fairly useful software

Posted on July 27, 2015 at 14:53CUBE IS GENERATING CODE so if you are a beginer it is bad for you to to solve or debug problem and make you lazy :) but for complicated project that you use several peripheral it's like a boat in deep water

Simulation error for STM32F030P4 in keil compiler

Posted on June 26, 2015 at 22:52 Hello.... I want to simulation my program for STM32f030p4 in the keil compiler but simulator don't work correctly and it show this error. [img]http://s6.picofile.com/file/8195983818/error2.jpg[/img] would you please ...

dizin by Associate II
  • 1360 Views
  • 6 replies
  • 0 kudos

Stm32f429 w/ili9341 using LTDC

Posted on July 27, 2015 at 00:09Hello, I'm not sure what happened to my first post, but everything I originally typed was lost. At any rate, to the point, I can't seem to avoid a snowy background to any picture I produce on the 429Discovery LCD boar...

jhegedus by Associate II
  • 547 Views
  • 1 replies
  • 0 kudos

STM32F4 - SDRAM - Byte enable

Posted on July 27, 2015 at 10:54Hello, i use a STM32F439 controller with 32Mbyte external SDRAM. I would like to configure some settings with STCube. There is a tab FMC with a sub-tab SDRAM1. When i select Data: 32 bits i can choose either Byte ena...

STM32L152- sometimes problems with wakeup

Posted on July 23, 2015 at 15:30After working our instrument goes in the sleep-mode (__WFI) to save power. With a key, which is connected to the Wakeup-pin, we can switch back in the operation mode. Sometimes this function does not work. In this cas...