STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! stm32u585 clock config

Dear Sir.Attached a code of SystemClock_Config();void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};   /** Configure the main internal regulator output voltage */ if (...

VREF+ not working

Dear Sir.Attached a schematic of STM32U585 . LDO_V28 is tested for 2.8v.Issuing the commandHAL_SYSCFG_VREFBUF_HighImpedanceConfig(SYSCFG_VREFBUF_HIGH_IMPEDANCE_DISABLE); HAL_SYSCFG_VREFBUF_VoltageScalingConfig(SYSCFG_VREFBUF_VOLTAGE_SCALE2);   HAL...

Value gaps in DMA transferred ADC data

Setup is as follows:ADC1 & 2 in 'Dual regular simultaneous mode only'DMA1 stream 0 used to transfer ADC data to AXI SRAM buffer (40000 32 bit values), DMA circular mode.Using 'HAL_ADC_ConvHalfCpltCallback' to signal half buffer filled and 'HAL_ADC_Co...

HPiG by Associate II
  • 681 Views
  • 7 replies
  • 0 kudos

Resolved! Did I destroy my STM32F7? (SB12 removal)

Dev board: Nucleo-F767ZIDear all,as I wanted to have my own Vref+ for ADC conversions I removed solder bridge SB12 (coupling Vref+ with VDD) to input my own reference voltage (~3V) at Pin 6 CN7.After removing the SB12 however the STM 32 device is not...

0693W00000Bc6XQQAZ.jpg
AKuts.1 by Associate
  • 473 Views
  • 3 replies
  • 0 kudos

Resolved! Problem with ADC Vrefint monitoring.

Hello. A have my custom board with STM32G431CBU microcontroller. Power domain on my board are shown in the picture:I want to measure the voltage on Vref+ pin. The analog domain settings of CubeMX are:The code for single ADC acquisition:HAL_ADC_Start(...

0693W000008wB9HQAU.png 0693W000008wBAeQAM.png 0693W000008wB9DQAU.png
EAlek.11 by Associate II
  • 1610 Views
  • 6 replies
  • 0 kudos