STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 172 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
  • 851 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
  • 2861 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
  • 574 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...

STM32F4 USB HID: transmit interrupt

Posted on September 16, 2014 at 13:42Hi,The STM USB HID stack generates an interrupt when new data have been received (eg 64 bytes). It is necessary to poll the status (using the USBD_HID_RecReport function), but this is no problem in my application...

koster by Associate III
  • 1420 Views
  • 8 replies
  • 0 kudos

PWR_ClearFlag(PWR_FLAG_SB) not work

Posted on September 23, 2014 at 13:15Hi.I am using the STM32F205ZC and I try to clear the StandBy flag by this command.PWR_ClearFlag(PWR_FLAG_SB). But it doesn't work. I try manual to go to PWR_CR->CSBF and clear there but no help.Only when I active...

Barbie by Associate II
  • 324 Views
  • 1 replies
  • 0 kudos

How to get actual value of RTC Autowakeup Timer

Posted on October 11, 2013 at 08:48As you know Autowakeup timer is the only Stop Mode active timer in STM32L. The other timers are all off. I don't have any problems with this timer. I can adjust the period and can get the interrupt right on time. S...

Interference when using SSD1963 and SDRAM over FMC

Posted on September 19, 2014 at 23:43Hi everyone, This is my first post on this community, that i found great, so before everything let me say thank you. I'm currently working on a spare time project which involve some basic PID simulated control/pr...

davide by Associate II
  • 681 Views
  • 8 replies
  • 0 kudos
Labels