--
Posted on January 28, 2016 at 22:12--
Posted on January 28, 2016 at 22:12--
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...
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...
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
Posted on January 28, 2016 at 21:36I generated a project for the STM32L476 Discovery board using CubeMX 4.12.0 and Firmware Package for STM32L4 release 1.2.0 that would never break out of HAL_Delay().I selected FreeRTOS and USB Device CDC middleware...
Posted on January 28, 2016 at 22:00The original post was too long to process during our migration. Please click on the attachment to read the original post.
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 ...
Posted on January 27, 2016 at 17:10I have been using the STM32 Flashloader Demonstrator to read/write to/from an L151 MCU. It takes 58 seconds to read 391168 bytes from the MCU flash @ 115200. That is roughly twice what I would expect :391168 x 9 ...
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...
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...