STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SDIO of STM32F411CC support SDXC? (more than 32g)

Hi. i am a newbee here. i want to know STM32F411CC has sdio, does it support SDXC ?i need to use more than 32g sdcards. (example 64, 128, 256, 512g)if STM32F411CC only support SD 2.0 (SDHC max capacity 32g), SPI will support access more than 32g ??...

Hi, I am finding abnormal functioning of GPIO output while Toggling.I am getting Pulse of 0.2138s width everytime before my Desired Output(35microseconds) in STM32F401 Nucleo-64. Please Support.

#include<NEW.h>void delay();void main(){ SystemInit(); RCC->AHB1ENR |=1; /* Enabling clock for GPIOA port*/ GPIOA->MODER |=1<<24;/*General Purpose output function in PA12 Port*/ GPIOA->OSPEEDR|=1<<24;/*Medium speed */  GPIOA->ODR |=(1<<12);/* T...

0693W00000AM1oBQAT.png 0693W00000AM1o1QAD.png 0693W00000AM1nwQAD.png 0693W00000AM1nmQAD.png
Nchun.1 by Senior
  • 552 Views
  • 5 replies
  • 0 kudos

STM32H745 CPU core reset

Hello,I am working with the STM32H745BI controller and would like to ask if there is a way to reset one CPU by the other CPU?So in my special case, I would like to have the M7 start up and check if the M4 FIrmware is correct. I would like to STOP & R...

FLamb by Associate
  • 507 Views
  • 1 replies
  • 0 kudos

Wifi connectivity with STM32 L5 series?

Hello, I am looking to evaluate Cortex-M33 based controller for wifi connectivity use case. I found NUCLEO-L552ZE board. Does it support Wifi with any add-shield? or Do you suggest any other evaluation board with Arm security extension which would be...

MPate.8 by Associate
  • 331 Views
  • 0 replies
  • 0 kudos

STM32F7 to STM32H7 - FMC DMA/MDMA confusion & warning

Hi,I'm migrating a project from STM32F7 to STM32H7, and I'm hitting some roadblocks wrt DMA and the FMC.When I was using an F7, I was doing this to initialise the FMC, and it worked perfectly:/** * @brief Initializes SDRAM MSP. * @param hsdram:...

TGeof.2 by Associate II
  • 1285 Views
  • 2 replies
  • 0 kudos