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

STM32G0 - internal flash read operation returns always 0

HelloI have a const variable located in the internal flash memory. When I directly access this variable in flash, the read operation returns always 0 (even when the content of that location in flash is not 0). When I change the code to first copy the...

ADel .3 by Associate
  • 720 Views
  • 3 replies
  • 0 kudos

Using Nucleo 429ZI and implanting a simple SPI code , There are no signals on the SCK Mosi pins when sending data on SPI1

I am using SPI1 as a Master full duplex , and checking in the Nucleo 429 zi   PA5   ------> SPI1_SCKThere is no clock , I using a scope and testing PA5 pin on the Nucleo 429 zi I attach the code , its very short code Here is the link to the pin descr...

RKore.1 by Associate II
  • 1867 Views
  • 8 replies
  • 0 kudos

STM32H7 Eval board ADC accuracy

Hello everyone,I am currently trying to get the ADC on the STM32H745ZIQ to work like it should according to the AN *Getting started with the STM32H7 Series MCU 16-bit ADC - Application note.On page 3 the spectrum is shown along with the measurement s...

0693W00000StyXvQAJ.png
krausiul by Associate
  • 1874 Views
  • 4 replies
  • 0 kudos

Hello, I created a simple ADC project for the STM32F302R8, for polling operation it works, when I add an interrupt, the value is not read. I attach the code and ask for any suggestions.

#include <stdint.h>#include <stdio.h>#include "stm32f302x8.h"void delay1(void);volatile uint32_t value;int main(void){   RCC->AHBENR = 1U<<28;   RCC->AHBENR |= 1U<<17;   GPIOA->MODER |= (1U<<8); //ADC1_IN5   GPIOA->MODER |= (1U<<9);   ADC1_COMMON->CC...

KSuch.3 by Associate
  • 458 Views
  • 0 replies
  • 0 kudos

Read Parallel CMOS ADC using Nucleo-H743ZI2

HI thereI am do a continues read an of ADC a parallel binary data https://datasheets.maximintegrated.com/en/ds/MAX2771.pdf at the speed from 4-16MSPS with nucleo-H743ZI2. The binary data is sent through 2 ADCs where each has a specific channel I(I0,I...

0693W00000Stus6QAB.png
AElta.1 by Associate II
  • 1602 Views
  • 3 replies
  • 0 kudos