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

Getting possible error of FLASH write operation

I need to check to outcome of a FLASH write operation. EOP would indicate, that it was successfully, but it needs the interrrupt to be enabled to show the outcome. Oh well, then i use the error flag instead (because i dont want to use interrupts). Bu...

stm err omfg.jpg
Tobe by Senior III
  • 1514 Views
  • 10 replies
  • 0 kudos

Stm32cube

Hello, when I try to compile the code in the Stm32cubeide program, I see the error that the flash.ld file does not exist. And there is no file with flash.ld extension among my files. It is not created by stm32cubemx.

Interrupt callback function blocked by delay

Hey there !I'm trying to use an ultrasound range captor on STM32 Nucleo. To beggin, I'm on a very simple case of use : User press a button, it's trigerring an interrupt, handled by a callback function `emettre_ultrason()`. Then, when the callback fun...

TzuNa by Associate
  • 1596 Views
  • 3 replies
  • 1 kudos

SRAM3 Hard Fault when ECC is enabled

on STM32U575 when I enable the ECC, it is throwing a Hard Fault. I am just doing RAMCFG_Init() & StartECC() as of now. The system keeps resetting. TrustZone is enabled for the project, will that make any difference?

STM32F205RCT7 MTBF

Hi,I am doing the MTBF calculation of our product which contains STM32F205RCT7. Can you provide me with the MTBF value of STM32F205RCT7?Thanks in advance

YsnKcl by Associate
  • 944 Views
  • 3 replies
  • 0 kudos

Hard fault caused by unaligned access

Hi, I have an issue when trying to copy a struct by direct assignment on STM32H743; The code:   void function(const structName_t *incomingStruct) { Signal_t sendSignal; sendSignal.desiredStruct = *incomingStruct; // <-- Causes unaligned access .....

RBrec.1 by Associate III
  • 9377 Views
  • 23 replies
  • 4 kudos

STM32U5 LL example ADC1 and ADC4

The example project does not provide information on ADC4 register configurations, ADC4 seems to be different then prior peripherals (e.g. compared to L4).  ...\NUCLEO-U575ZI-Q\Examples_LL\ADC\ADC_SingleConversion_TriggerSW_IT_InitSTM32CubeMX configur...

edw by Associate
  • 1302 Views
  • 0 replies
  • 1 kudos