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! continuously read few register on SPI slave device, using DMA?

Master is a STM32H757, slave is a LSM6DSO ( accelero + gyro ).I have a SPI link inbetween.The "int2" pin on the LSM6 rise up when data are readable in registers.This pin is connected on EXTI2 on STM32.Register read is auto incremental on LSM6.I need ...

baptor by Associate III
  • 1787 Views
  • 1 replies
  • 1 kudos

Storing const value to ROM

Hello, is there a way to instruct the compiler to place a const value at a specific address in flash memory? On another toolchain I was able to useconst char array1[4] = {1,2,3,4} absolute 0x9D008000; // stored at flash address 0x9D008000If not, is...

MHast.1 by Associate II
  • 1097 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F7, ART vs ICACHE?

I'm starting with STM32F767 and cannot understand the thing about connection of the ITCM to ART. What is recommended: enable ART and flash access over TCM, or just enable ICACHE like in H7, and access code over AXIM?When flash is accessed via TCM, do...

Pavel A. by Super User
  • 1089 Views
  • 1 replies
  • 0 kudos

Proper standby mode enter and exit

Hello,I am trying to properly implement the standby mode entry routine on an STM32L0 MCU. I have this exemplary minimum working example that does not work as expected:/* USER CODE BEGIN 2 */   HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, GPIO_PIN_SET)...

On STM32H7, can DMA access generate an ECC error ?

Hello,I am currently working with stm32H743 processor.I wanted to know if DMA access can trigger an ECC error or only the core can generate these errors.For example if there is a ram data protected by ECC with a double bit error, would a DMA access t...

PBard.2 by Associate
  • 818 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F411CEU chip Revision Codes ?

Hi, What are the revisions of the STM32F411CEU6 chip?The ERRATA doc from STM mentions only revision "A" . Are there other revisions?I received board with revision "1" .

eBirdman by Senior II
  • 2476 Views
  • 6 replies
  • 0 kudos