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

ADC readings 'sticking' anomaly

I'm using the STM32H7B3.ADC configuration: Sample time : ~2usLL_ADC_SAMPLINGTIME_64CYCLES_5  Calibrations: HAL_ADCEx_LinearCalibration_FactorLoad(adc2)HAL_ADCEx_Calibration_Start(adc2, ADC_CALIB_OFFSET, ADC_SINGLE_ENDED)Observations:The ADC counts se...

Sahiel_1-1753879721438.png Sahiel_2-1753881148542.png Sahiel_4-1753882434410.png
Sahiel by Associate II
  • 313 Views
  • 12 replies
  • 1 kudos

what is the address on register A16

Post edited by ST moderator to be inline with the community rules especially with the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code #define FMC_BANK1_BASE ((uint32_t)0x60000000) ...

MNapi by Senior III
  • 73 Views
  • 3 replies
  • 1 kudos

QSPI Memory Read Write verification

Hi all! AGENDA: Need to verify the external QSPI flash (AT25Q128A) all sectors Write, Read and Comparing with STM32L496ZG-P using driver code. APPROACH: For write, I am have created a buffer which comprises of page size of 256, and I am using two "fo...

Abhiram_12_0-1758122487919.png Abhiram_12_1-1758122640047.png