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

Incorrectly writing to memory?

I am trying to make a guitar loop pedal with my nucleo-l476rg board. It has 1MB of flash and I am trying to write and read from bank 2 only as it is the bank of memory I want to use for storing recorded audio. I currently have an active buffer set up...

plsWork by Associate II
  • 329 Views
  • 5 replies
  • 0 kudos

Resolved! any idea how to connect magnetometer LIS2MDLTR made by ST ?

here is the code I am trying uint8_t whoami_reg[1];whoami_reg[0] = 0x4F | 0x80; // read commanduint8_t whoami_val[1];whoami_val[0] = 0; HAL_GPIO_WritePin(GPIOA, GPIO_PIN_4, GPIO_PIN_RESET); // CS lowHAL_SPI_Transmit(&hspi1, whoami_reg, 1, HAL_MAX_DEL...

Untitled.png Untitled1.png
MNapi by Senior III
  • 188 Views
  • 3 replies
  • 2 kudos

STM32H745 is unresponsive

Hi everyone,I've built a STM32H745ZIT6-based board. The microcontroller uses the LDO to generate VCORE. The idea of this board was to build a standalone solution based on my Nucleo-H745ZI-Q project.I did prepare a very simple project, where I toggle ...

Screenshot from 2025-08-23 18-34-51.png Rawcode_3-1755967799864.png Rawcode_1-1755967728129.png Rawcode_4-1755967830586.png
Rawcode by Associate
  • 131 Views
  • 1 replies
  • 0 kudos

Resolved! Can't Erase Flash on STM32H5

I am trying to erase a sector of the flash memory on my STM32H503RB.  I have successfully validated that I can write to the flash, but when I attempt to erase the sector that I wrote, the contents that I wrote stay the same.  I have a feeling that I ...

Resolved! It's not possible to reset the FDCAN instance individually

Hi,MasterMCU:   STM32H743IIQuestion:Both FDCAN channels in the MCU are currently in use. I now intend to reset each FDCAN instance (i.e., reset all its registers) during its respective bus-off event, and then reinitialize the instance. Resetting all ...

Lyu.1 by Senior
  • 323 Views
  • 4 replies
  • 1 kudos

STM32F411 FatFS DMA F_write issue

Hello, I have implemented a sdcard socket on my board based on the STM32F411, I use SDIO & fatfs r0.15c p2, The SDIO DMA NVIC configuration is :   /* DMA2_Stream3_IRQn interrupt configuration */ HAL_NVIC_SetPriority(DMA2_Stream3_IRQn, 6, 0); HAL...

vbesson by Senior
  • 216 Views
  • 2 replies
  • 0 kudos

connection issues with my new ST-Link v3 MINIE

Hi,I am designing a custom PCB with an STM32H723. To programm it, i bought a brandnew ST-Link v3 MINIE. CubeIDE reads the serial number of the V3 but can not connect to the target.- Target is supplied with VCC.- From the Board-to-Board-Connector afte...

mstreicher_1-1755678605652.png mstreicher_2-1755678672792.png mstreicher_0-1755678308025.png mstreicher_3-1755679569141.png