STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F205 USART idle interrupt fires for no reason

Posted on April 12, 2017 at 19:23HiI am implementing a USART driver and would like to use DMA for reception. In order to detect a timeout on the RX line, I use the USART idle interrupt.The DMA works and I receive the expected characters. However onc...

N B by Associate
  • 356 Views
  • 1 replies
  • 0 kudos

UART DMA check if a byte received

Posted on April 12, 2017 at 02:50Hi All,Which flag in the UART DMA can be checked to indicate that I received a new byte. I also would like to check the DMA of my UART while its receiving, and if I receive a special character say '\r',I want to star...

Raider E by Associate III
  • 1652 Views
  • 7 replies
  • 0 kudos

Resolved! stm32f334 and probably a stack overflow.. ?

Posted on April 08, 2017 at 15:31Hi,Have been doing quite a bit of drawing onto a LCD display with SPI and DMA. In the process of updating the display, i found the results were unexpected, but the code doesnt seem to be the culprit, since when I tes...

boot via USART1

Posted on April 12, 2017 at 17:56Hi,1. The microcontroller stm32l052c6t6 is flashed through jtag. The microcontroller with the downloaded firmware through jtag transmits and receives data on uart1 and the LED flashes.2. After switching to boot mode,...

steval-stlcx01 + NUCLEO-F411RE

Posted on April 12, 2017 at 17:09I recently got the steval-stlcx01 SensorTile board and I have a NUCLEO-F411RE which I am using for ST-link debug.As I gone through the ST quick start doc, it place the boards side-by-side.Since the F411RE also power ...

STM32F4 USB RNDIS OTGFS Implementation problem

Posted on April 12, 2017 at 14:27Hi all, we are facing problem in RNDIS USB Class implementation for STM32 Nucleo 144pin. We have reference code but still not able to use USB OTG Library for RNIDS Class. Kindly explain function flow and necessary f...

SPI Slave with hardware NSS on STM32F40x

Posted on April 11, 2017 at 19:10Hello,right now I am facing some probems getting my STM32F407 to work as an SPI slave. The SPI is rightly configured and uses a hardware NSS. Furthermore I use HAL Drivers.I checked the transmitted SPI signals with a...