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

Resolved! STM32L4 EXTERNAL INTERRUPT

Posted on January 30, 2018 at 15:53hello friends i recently got an stm32l4 I just go past the led blink i am trying my hands on interrupts I am trying to configure  a falling edge triggered interrupt on A0 and PC15 so far works fine for GPIOA but th...

AXI SRAM and SRAMn with DMA in stm32h7x3?

Posted on January 31, 2018 at 09:21Hello, that's the SRAM of STM32H7x3 microcontroller. I need to receive over 800 kib of data on high speed and place it in RAM via DMA. I read that there's 864 kib of ram here but I was confused to find out that it'...

0690X00000609QsQAI.png

STM32F446RE Nucleo and IDW01M1

Posted on January 30, 2018 at 10:25Hello everyone, to begin with i have little experience in ARM embedded world besides Arduino and ESP32 boards. Recently i stepped into STM32 Nucleo programming. My tools is STM32CubeMX and KEIL IDE. Since this poin...

Restart DMA - STM32F767

Posted on January 30, 2018 at 11:35Hello.I have question. How to restart DMA?I have this init function:&sharpdefine DMA_RX_BUFF_SIZE            64         uint8_t dma_rx_buff[DMA_RX_BUFF_SIZE];void MX_UART5_Init(void){ /* Enable CLOCK for GPIO */ LL...