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

STM32F417VGT6 - SWD - Cant connect to target

Posted on July 17, 2015 at 17:44Hello,After my first steps with the discovery board, I designed my very first PCB with a STM32 MCU (STM32F417VGT6), which I intend to program via SWD (SWDIO, SWCLK, GND, 3.3V). Unfortunately I don't get a connection t...

firmen by Associate
  • 1016 Views
  • 5 replies
  • 0 kudos

How a code is executed in stm32/ARM Cortex M controllers

Posted on July 19, 2015 at 08:10I know that when a c program is compiled and flashed it goes into the flash memory and the flash memory contains the text section, initialized variable section and Read only section. So I just want to know when a prog...

STM32F429I-Discovery Missing serial COM?

Posted on July 14, 2015 at 22:12Hi Everyone.I'm having some doubts about the discovery boards.I have a nucleo board and a STM32F429I discovery board (the one with a LCD).In the nucleo board I had next to no problems sending data to the serial monito...

Resolved! STM32 clock configuration

Posted on July 14, 2015 at 07:15I am a beginner in STM32. Recently I surf the Internet and find some codes written by others. They all says that the RCC should be configured at first as follow: 1. Reset the RCC register; 2. Open HSE; 3. Wait for HS...

Yihao Guo by Associate II
  • 2373 Views
  • 2 replies
  • 0 kudos

Where can I find ''main.h''

Posted on July 17, 2015 at 05:54Guys, where can I find ''main.h''....? I use Keil MDK... Thanks I read from : ''Developing applications on STM32Cube with LwIP TCP/IP stack '', page 39 How do I choose between static or dynamic (DHCP) IP address alloc...

Need help with simple 3-channel ADC reading

Posted on July 17, 2015 at 18:46I'm new to the STM32 and am trying to read three ADC channels on an F0 part.  I've used the STM32CubeMX utility to configure my hardware and then have looked over some of the ADC examples in the STM32Cube_FW_F0_V1.2.0...

MFX docs?

Posted on July 17, 2015 at 00:17The user manual for the STM32L053 discovery board shows an ''MFX'' module that looks like it does interesting things, including perhaps measuring the current consumed by the chip. Is there any documentation / app note...

lee23 by Associate II
  • 680 Views
  • 3 replies
  • 0 kudos

freeRTOS task not working

Posted on July 07, 2015 at 18:51Hello there, I wrote this simple code to test freeRTOS on my stm32f4 discovery , the code compiles nicely and give no errors but BlinkLedTask does not Blink the led on the board.#include <stm32f4xx.h> #include <misc.h...

monta by Associate II
  • 1283 Views
  • 6 replies
  • 0 kudos

STM32F051 Custom board circuit

Posted on July 02, 2015 at 14:32Hello there, thank you for taking a look at my discussion , I designed the following custom STM32F051 board circuit and before sending it for manufacture I thought like posting it here to verify if everything will wor...

0690X00000605FuQAI.png
monta by Associate II
  • 1181 Views
  • 6 replies
  • 0 kudos

STM32 SPI with DMA, DMA complete but SPI_BSY still

Posted on July 15, 2015 at 22:47Here is my scenario: SPI communications from STM32 to an FRAM NV device using SPI3. STM32 is SPI master, and SPI3 is set up to use the appropriate DMA channels for both RX and TX. The cube tool was used to setup the p...

gwillette by Associate II
  • 3340 Views
  • 4 replies
  • 0 kudos