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

STM32H750 UART4 + RS485 + DMA not working

Hi,I have some problems with UART4 on STM32H750. Uart4 is asynchronous RS485 mode mapped on PC11,PC10 and PA15 (DE).I tried to SWAP RX/TX without succeed. Finally, I swapped it by wire.DMA not working properly. DMA Counter works. Memory address neve...

BSANT.17 by Associate II
  • 182 Views
  • 0 replies
  • 0 kudos

WIFI configuration

I am using stm32F103C8T6 controller, How to configure ATWINC1500 for WiFi establish?Please help me for how to develop connection between stm32F103C8T6 to ATWINC1500.

STM32H750B-DK not able to program using system workbench

I have purchased STM32H750B-DK. I am using system workbench for stm32 as IDE. Now i downloaded STM32CubeH7 library and trying to download GPIO_IO_Toggle example program into this board but getting the error as below:17:31:42 **** Programming project ...

VAgga by Associate II
  • 548 Views
  • 5 replies
  • 0 kudos

Circular DMA seems to "doublebuffer" (STM32F427)

What is it that I've been missing...I set a timer to trig 7-channel ADC with DMA. The DMA is set to make 7 16-bit to 16-bit transfers circularly. It seemed to work fine, but some data started to corrupt. So I made the 7x16-bit buffer 4-fold (28 16-bi...

Labels