STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407 Half bit error on SPI3 MISO on multi SPI solution

Posted on September 22, 2014 at 14:38Hi all! I am running a 3 MCU solution were all MCU:s are communicating 21MHz full duplex SPI to eachother. As: MCU1 SPI3 Master <-> MCU2 SPI3 Slave MCU1 SPI2 Master <-> MCU3 SPI2 Slave MCU2 SPI2 Master <-> MCU3 S...

sm5wpx by Associate II
  • 1585 Views
  • 9 replies
  • 0 kudos

stm32f217 now unresponsive...

Posted on September 22, 2014 at 17:44Hi,I was working with Keil+ulinkpro on a custom board using an stm32f217 and everything was fine.  I start working on some automated script for inital setup for our product using openocd.  Somehow, it rendered th...

STM2F4xx (ST3240G) can't clear FLASH error flags

Posted on June 01, 2012 at 16:59 I am trying to erase and program a 16KB sector (sector 2) in the STM32F405 (rev A)on the ST3240G eval board. The problem is that two error flags (PGSERR and PGPERR)are set and cannot be cleared. Soon afte...

external series resistors with OTG_HS internal PHY?

Posted on September 24, 2014 at 15:41Hello, i am designing a device only usb port with the OTG_HS of the STM32F429. In the device datasheet, the device pins DP and DM are connected dirctly to the usb-port. In the discovery kit 32F429IDISCOVERY there...

sk-st by Associate III
  • 293 Views
  • 0 replies
  • 0 kudos

STM32F4 SPI with DMA

Posted on July 31, 2012 at 23:39I need to transmit 16 bytes from a buffer to SPI1 using DMA without interrupt. Someone would show me the code to configure the SPI and DMA to do so?Ari.

Asantos by Senior
  • 467 Views
  • 1 replies
  • 0 kudos

NVIC_SystemReset in interrupt

Posted on August 07, 2012 at 23:40HelloI implementing something like own watchdog, but I can't reset STM32 in SysTick interrupt. It just stop SysTick interrupts but nothing more.I tried to disable interrupts before, but it is same with:__disable_irq...

zexx86 by Associate II
  • 1546 Views
  • 5 replies
  • 0 kudos

systick interrupt priority

Posted on April 26, 2014 at 23:58Hi all, When my program is in an interrupt caused by an external rising edge, the systick interrupt no longer occurs. My first thought was that the priority of the systick was lower than that of my function, so I us...

jono-tree by Associate II
  • 5405 Views
  • 4 replies
  • 0 kudos

STM32 I2S Transmit Slave DMA issue

Posted on September 23, 2014 at 08:28Hi, I'm currently running a STM32F4 Discovery board, connected to a AD1938 Codec. The STM32 is running as I2S Transmit Slave, with the clocks for WS(LRCLK) and BCLK coming from the AD1938. The STM32F4 is using th...

phil2 by Associate II
  • 1194 Views
  • 3 replies
  • 0 kudos

ADC on F407 versus F42x/43x

Posted on September 23, 2014 at 13:59Hello, with regard to ADC noise on the F407, AN4547 (F407 -> F42x migration) tells: '' Resolved with new behavior to enhance the accuracy'' However I don't see any description of the new behavior! Can anybody cla...