STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F429 Package size register

Posted on November 17, 2017 at 09:17Hello all,I want to move our STM32F429 from a BGA169 package to a LQFP100 package. A few pins need to be remapped. so I would like to know the package in run time.in the STM32F429xx.h there is a definition for a P...

Resolved! USART DMA IDLE State for STM32F401RETx

Posted on November 24, 2017 at 15:19Hi All,I was working on getting user input via keyboard over uart. The input could be varible length. To handle this issue I use HAL uart receive DMA (circualr mode). To get input and and tranfer it over uart, i g...

Error: Flash driver function execute timeout

Posted on November 25, 2017 at 05:11I am trying to get my STM32L475 up an running with the Coo Cox IDE.  Error: Flash driver function execute timeout is displayed while trying to Start Debugging.  I did notice the Discovery board shows up as a drive...

Touch sensing design for MCU

Posted on November 27, 2017 at 10:12Dear supporter, I am using STM32L05 in my project. the Microcontroler shall detect  proximity/touch sensing. my question related to the electrode design which shall be connected to the MCU (TSC_IOGxCR) .I shall de...

ADC1 -> DMA2 works first time then stops

Posted on September 22, 2016 at 06:11Hi all, I have a most frustrating problem. I am using the ADC1 to sample 5 ADC inputs in sequence, I am also using the DMA2 Sequence 0 to transfer the results to a memory location. I am using a timer to ensure ...

STM32F407VG ADC Basics - Part 1

Posted on November 26, 2017 at 17:07Dear all,I'm an Engineering student who's trying to learn the Embedded programming with STM. Kindly tolerate my ignorance.I've read the reference manual (ADC) and the data sheet of the specified Kit and I have the...

UART Read Non Blocking STM32F217?

Posted on November 26, 2017 at 16:27I am working with the UART_Hyperterminal_IT example in STM32Cube_FW_F2_V1.7.0.  My micro is STM32F217.My calls to HAL_UART_Receive_IT() are blocking.  That is probably the expected behavior, but I would prefer to:...