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! Getting SDMMC to work with DMA2 Channel 4

Posted on May 04, 2018 at 17:06I'm using a STM32L461VGTx and am trying to implement the SDMMC peripheral to read and write to a SD card using DMA. I've adapted CubeMX FatFs_uSD_DMA_Standalone example to my project which uses a simpler, custom file s...

HAL_UART_Receive() Timeout unit?

Posted on May 29, 2018 at 19:48Hi,What's the unit of the HAL_UART_Recevie() Timeout value? Is this us, ms, or SysTick? If I have FreeRTOS enabled and using TIM1 for SYS in Cube, how can I make sure this get right right timeout value?Thanks,DickHAL_S...

STM32 IAP steps

Posted on May 29, 2018 at 14:08I am working on the STM32F401RE, I want to implement IAP using the same board and STM32f0, I am using the HAL Library.As per the steps, I am putting the IAP firmware at the First Sector at 0x08000000and the application...

pjn by Associate II
  • 292 Views
  • 0 replies
  • 0 kudos

Resolved! Clock configuration for stm32l432

Posted on April 07, 2018 at 03:44I am working on a project with stm32l432kb. It uses 8 MHz external clock in order to achieve 80 MHz system clock. I've configured clock with the Cube. The diagram shows system clock at 80 MHz, nevertheless the real c...

STM32F765 ADC DMA problem

Posted on May 29, 2018 at 10:01Hello,i'm using 7 adc-channels on  our board and use DMA to transfer all 7 results (single shot)  into my variables in DTCM memory. To initialize DMA I use sample code from similar evalboard-examples.This works fine.#d...