STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CubeMX - missing Main.c file

Posted on December 02, 2015 at 00:58Hello everyone, Bought a STM32F4 Discovery board.  Downloaded the STM32CubeMX software and the F4 data pack.  Decided to start simple and blink an LED.  Started up the Cube, selected my board, told it I was going ...

duane by Associate II
  • 458 Views
  • 2 replies
  • 0 kudos

Clarication of settings in CubeMX CAN mode needed

Posted on December 02, 2015 at 13:50We are studying the STM32F042x chip because it is cheap. We hope to use it with CAN bus. There is Master mode setting in the Cube tool. What I know about CAN bus, it is a multimaster bus. Every device can be a mas...

LMI2 by Lead
  • 303 Views
  • 0 replies
  • 0 kudos

Debugging problem: No ST-LINK detected

Posted on February 18, 2015 at 10:18Hi, there is something wrong with my STM32F4 Discovery board, I cannot get the debugger working, with the IAR workbench it sais the ''the flash loader program reported an error'' and the next pop up window sais ''...

elgharbi by Associate
  • 1273 Views
  • 4 replies
  • 0 kudos

STM32F4: CAN Interface

Posted on December 01, 2015 at 14:20Is it possible to configure the CAN Interface in order to receive the message at the same time that it is sent? #stm32f4-can-interface

vgiampa by Associate
  • 442 Views
  • 2 replies
  • 1 kudos

STM32_Nucleo ETR using STM32l4xx libraries

Posted on December 01, 2015 at 22:37Hey, I'm trying to use the TIM3_ETR on the STM32 nucleo board. I've seen a lot of code for what I want to do, but using a different library. I'm currently using the stm32l4xx libraries and can't figure out the equ...

cfleck by Associate II
  • 305 Views
  • 0 replies
  • 0 kudos

ADC Inputs on STM32L4 Discovery

Posted on December 01, 2015 at 06:26Hi, I've got all documentation for the STM32L4 Discovery board (and I have a board too) and want to remove the LCD screen to free up some I/O for some ADC inputs. I am trying to use the CubeMX tool to help with t...

STM32F4107VG6 silicon rev. 1 - LSE don't start at low temp

Posted on December 01, 2015 at 17:27Hi !I'm just wondering if anybody have seen similar behaviour with LSE on revision ''1'' silicon of  STM32F4107VG6.LSE starts perfectly at room temp but fails to start completely at temps below -15 celsius.Load ca...

olg by Associate
  • 513 Views
  • 2 replies
  • 0 kudos

STM32F10x - Start from SRAM - Jump to Flash

Posted on December 01, 2015 at 11:07Hi, we´re using STM32F10x Devices without Boot Pin configuration (no pinning of Boot0/Boot1). So there´s the Standard Startup from Flash. Now, if we would start from SRAM, is there a possibility to place appli...

STM32L152RE Nucleo - SD card management

Posted on November 30, 2015 at 09:18Hi,I'm trying to write on a SD card using STM32L152RE Nucleo platform. It doesn't have a dedicated interface for SD communication. Though, I try to do it through SPI3.I must say that it is the first time I try to ...