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! How to change the linker file for STM32H743 to support using the whole 1 MB of RAM for the code execution?

Here is the content of stm32h743xx_flash.icf:define symbol __ICFEDIT_region_ROM_start__   = 0x08000000;define symbol __ICFEDIT_region_ROM_end__    = 0x081FFFFF;define symbol __ICFEDIT_region_RAM_start__   = 0x20000000;define symbol __ICFEDIT_region_R...

EAbu by Associate
  • 1062 Views
  • 3 replies
  • 0 kudos

Question about access internal flash on STM32H7

My codes are stored on bank2 and I am trying write some manufature data into BANK2 (sector 14) of internal flash.Howerver it always fail in erase stage dut to the flag of PGSERR is raised.If I change to write data to bank1 (sector7) this symptom not ...

jorgewu by Associate
  • 415 Views
  • 0 replies
  • 1 kudos

STM32f469 - ADC accuracy

Hello , We are interfacing Analog Accelerometer with STM32f469. Attached here ADC interface hardware and ADC firmware (configuration) for your reference . Problem is Accuracy with ADC values. The ADC values are varying approximately 30mV . Can anyone...

BSR by Associate II
  • 1191 Views
  • 4 replies
  • 0 kudos

STM32 internal ADC for reading temperature.

/*I want to read stm32 temperature using ADC1 with timer 2 configured. I am getting temperature reading as 60 degrees when I configured ADC1->SQR3=16; and -275 degrees when ADC1->SQR3=18; Is any thing wrong? */   #include "stm32f4xx.h" //...

0690X00000Arun6QAB.png 0690X00000ArunFQAR.png
Kumar B by Associate II
  • 3304 Views
  • 10 replies
  • 0 kudos

UART Emulation on stm32f0 series?

Hello. I know that UART emulation is possible for stm32f4 series but is there any implementation for the same using stm32f0 ?Copying the same h and c source files into the project does not work as it has too many DMA dependencies and I observe the HA...

How to calibrate ADC on STM32F767NGH

Helloi'm looking for a way to use self-calibration on STM32F767 ?i find in documentation HAL_ADCEx_Calibration_Start function, but i don't have it in HAL driver...thanks for any supportBest regards