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

STM32H743 DMA not working

In the program that transmits the value received from uart4 to uart5, I want to move the value received from uart5 to another buffer, but I move it to HardFault_Handler.what is the reason?And please check if the method of receiving data using the dma...

BPark.5 by Associate II
  • 508 Views
  • 5 replies
  • 0 kudos

Problem Implementing QUADSPI

I have few confusions:How do you activate QUADSPI Indirect mode ? Does MX_QUADSPI_Init() activates the Indirect mode ? Is the default mode Indirect mode after initialising QUADSPI ? Do you need to activate it somehow from the software or some command...

SLuit.1 by Associate III
  • 174 Views
  • 0 replies
  • 0 kudos

I am using STM32L471 controller, I just want to ask that what is the maximum value of decoupling capacitor which can be used at JTAG SWDIO pin of controller, so that there would not be any issue during programing of controller using SWD 4MHz setting.

I am using STM32L471 controller, I just want to ask that what is the maximum value of decoupling capacitor which can be used at JTAG SWDIO pin of controller, so that there would not be any issue during programing of controller using SWD 4MHz setting.

AC1 by Associate
  • 316 Views
  • 3 replies
  • 0 kudos

Ping pong buffers in speech IO

Hi,I am trying to implement a speech IO system using stm32f4 discovery board. For this I am using interrupt for extracting(from digital mic) pcm samples to a buffer & for output(using polling) I am continously writing circularly the same buffer con...

Labels