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

STM32F103C6 DMA ADC reads 753 on all 8 adc

Can any one please assist me.I have all 8 ADC down to GRND 0V I am using this command:HAL_ADC_Start_DMA(&hadc1, AD_RES_BUFFER, 8);   The arry is:volatile uint32_t AD_RES_BUFFER[19] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; All 8 AD...

erastusC_0-1749722331189.png erastusC_1-1749722368774.png erastusC_2-1749722959738.png
erastusC by Associate II
  • 120 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H7 + Zephyr + SIGTRAP 0xA05F0000

I'm running into an issue on two boards (an STM32H735 Discovery Kit) and a custom board with an H743. #include <stdio.h> #include <zephyr/kernel.h> int main(void) { while (1) { printf("Hello there, world!\n"); k_msleep(1000); } return 0; }If ...

i2pi by Associate II
  • 59 Views
  • 1 replies
  • 0 kudos

Resolved! Opamp on STM32U545 is impossible to read with ADC_IN8

Hello.I am finishing a project where I measure voltage with an ADC using the STM32L431 and, for greater accuracy, I am using the OPAMP (PA0 = ADC1_IN0_VINP and PA3 = ADC1_IN_VOUT). For the STM32L431 on the STM32CubeMX, when activating the OPAMP in "F...

EB by Associate
  • 87 Views
  • 3 replies
  • 1 kudos

Resolved! Hardfault after acessing FMC intyerface on STM32H753

MCU:        STM32H753XIH Tool:         STM32CubeIDE v1.18.1 FW Pkg:   FW_H7_V1.12.1   I have an in-house designed board that has an FPGA connected to the FMC bus. The FPGA uses a simple SRAM interface with Address (7:0), Data (31:0), Chip Select, Rea...

Hal56-GCI by Associate III
  • 108 Views
  • 3 replies
  • 1 kudos