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

Simultaneous I2C DMA transfer

I need to control 16 RGB addressable LEDs (48 channels). The only drivers which fit my needs are 24 channel I2C drivers (unfortunately, I couldn't find any suiting SPI drivers ), so I need to use two of them. Since both LED banks will create a common...

STM32G070CB UCPD Pins pull-down

HiI am having quite a strange problem with the STM32G070CB.A couple of months ago I start the development of a new product using the STM32G070CB and was having some issue with some pins, and even open up a thread in the forum.https://community.st.com...

STM32F103 is not fast enough

Hello,Here is my code,#include <stdio.h> #include <string.h>     void GPIOSYS(void){ GPIO_InitTypeDef GPIOSt; RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE); //GPIO_PinRemapConfig(GPIO_Remap_SWJ_Disable,ENABLE); GPIO_PinRemapConfig(GPIO...

parisa by Senior
  • 622 Views
  • 14 replies
  • 0 kudos

STM32F777 HAL SDMMC

Hi.Im experiencing a race condition in SDMMC_CmdReadSingleBlock. (being called trough HAL_SD_ReadBlocks_DMA).SDMMC_CmdReadSingleBlock calls SDMMC_SendCommand in order to start transfer.Then it calls SDMMC_GetCmdResp1 to verify that transfer is starte...

SHans.1 by Associate
  • 222 Views
  • 0 replies
  • 0 kudos

STM32L476 hangs when HAL_Flash_OB_Launch is called

I have multiple boards of STM32L476 board. In our application, we have OTA module in which we use dual bank feature.The OTA flow is like:1) Read data from SPI2) Write to Bank 2's pages in incremental order3) Once all data are transferred, go for flas...

kpate.11 by Associate II
  • 878 Views
  • 3 replies
  • 0 kudos
Labels