STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

flash memory

Posted on January 29, 2016 at 12:50I'm trying to flash memory using stm32f10x_flash library. here the code:/*in the arm-gcc-link.ld file i added this lines to allocate rom memory for my data*/.dataconf 0x0807F000:    {        KEEP(*(.ROMDATA))      ...

mauro2 by Associate II
  • 479 Views
  • 3 replies
  • 0 kudos

IAP: Multiple application firmware in main flash memory

Posted on December 03, 2015 at 11:07 Lately, I've been trying IAP over UART using Ymodem protocol for STM32F072C8 SOC based custom board. The goal is to try IAP with this mode with different upgrade scenarios and later transform these into my ac...

0690X00000605HHQAY.png
gmate1 by Associate II
  • 2079 Views
  • 16 replies
  • 0 kudos

Example for simple ADC conversion

Posted on January 27, 2016 at 11:50Hello,I am trying to get a simple example going for the ADC of an STM32F407V discovery board.I tried the VBAT sampling example, but so far without luck. I only get ''0,0'' via serial port on the output.My environme...

uclinux on STM32F407 Discovery

Posted on January 29, 2016 at 09:46Hi, guysI'd like to run uclinux on STM32F407VG DISCO Board.Is there a way to run the uclinux on STM32F407VG DISCO Board?Thanks in advance for every kind of help. #uclinux #stm32f407vg-discovery

Nucleo F446RE UART not work(with HAL)

Posted on January 29, 2016 at 06:42i just studied Nucleo F446RE and HAL.I was trying to use USART(UART) in F446RE.but, UART1,2,3 not work.what is problem in my source?------------------------------------------------------------oops, sorry. My usart ...