STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

--

Posted on January 28, 2016 at 22:12--

javidan by Associate
  • 525 Views
  • 2 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
  • 2936 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 ...

USART2 RXNE not trigger if Rx and Tx happen same time

Posted on January 28, 2016 at 08:13I am using the stm32f411 ,the USART2 work normally when the Rx and Tx not happen on the same time, if the Rx and Tx happen on the same time then rxne will not trigger. But if the next received byte come it will tri...

fema by Associate III
  • 318 Views
  • 1 replies
  • 0 kudos

Problem of ADC with DMA

Posted on January 28, 2016 at 15:05 Hello, I have a STM32F429I Discovery and I want to sample a signal from a hydrophone of 60-90 KHz before performing an FFT. I work on Linux with GCC-ARM without EDI. (http://manblaireau.net/Test/STM32F4_Builder_TE...