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

STM32G474 dual bank feature seems not working.

My application is running in Bank1 and I program new firmware binary file to bank2 via USB and toggle the bank(set BFB2), it does not start . When I check the binary file generated by cubeIDE and the binary file written to bank2(using cubeprogrammer)...

HYe_i.1 by Associate
  • 725 Views
  • 1 replies
  • 0 kudos

STM32G474 ADC in continuous regular scanning mode with injection fails due to injection channels being internally tied to ground

I am trying to set up my NUCLEO-G474RE board to perform ADC regular scanning mode using DMA with 4 channels and also discontinuous injection with 2 channels as shown below.But when I run my code the injected channels always return zero or one, even i...

0693W000007EvA4QAK.jpg 0693W000007EvFxQAK.jpg 0693W000007EvHyQAK.jpg
CHossack by Associate III
  • 1399 Views
  • 2 replies
  • 0 kudos

Resolved! stm32h747: XIP from external SDRAM

Is it possible to run the firmware from an external SDRAM?There is an example for h750, but it does not work with h747.I go to the address I need, but I get a hardfault into bootloader for first command into external sdram

0693W000008zkr0QAA.jpg
VLesc.1 by Associate
  • 670 Views
  • 1 replies
  • 0 kudos

How to boot from external flash using quadSPI.

I want to use external flash as boot memory because the size of internal flash is not enough for my controller. what i was thinking is to write code in external NOR flash and give address as starting address for boot in flash.ld file but then i found...

Mani.V by Associate II
  • 1635 Views
  • 6 replies
  • 0 kudos

Option bytes programming STM32H7

Hi, I want to program the brownout in code:void setBrownout (uint32_t level) {   FLASH_OBProgramInitTypeDef OBInit;   HAL_FLASHEx_OBGetConfig(&OBInit);   if (OBInit.BORLevel == 0) { // not programmed yet      OBInit.BORLevel = level;      OBInit.Opti...

DKlep.1 by Associate
  • 507 Views
  • 0 replies
  • 0 kudos

Resolved! Warning : Invalid project path: Missing project folder or file: \App1b\B-L475E-IOT01A2 for Source path.

Hello,I'm working on a project with a B-L475E-IOT01A2 board and a STM32L475 MCU. I am generating a code using CubeMX and the X-CUBE-BLE-1 software pack and when I build my project, I get this error : Warning : Invalid project path: Missing project fo...

MBour.2 by Associate II
  • 2499 Views
  • 5 replies
  • 0 kudos

STM32L072 SPI master not receiving data from slave

Hi everybody,I am trying to use a Flash memory (SST25VF010A) with STM32L072 via SPI. I used CubeMX to generate to initialize code and I started a simple code to get ManufacturerID and check that SPI comunication is right. In fact, I can send data pro...

CRodr.5 by Associate
  • 567 Views
  • 1 replies
  • 0 kudos