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

32L0538Discovery ADC

Hello,When trying to use ADC, I ran into a problem that I don't really understand.If I try to use ADC through the PA4 pin, the values read fine and are correct.However, when I try to use any of the other pins for ADC, none of them seem to read the co...

MNguy.3 by Associate
  • 443 Views
  • 1 replies
  • 0 kudos

Reading pin state with LabView

I'm using an STM32L476RG and making a LabView program to display sensor data. When a pin is set to HIGH I want to take a data sample and store it in an array in LabView. I am having trouble detecting the state of my 'sample' pin while continuously st...

CGrov.1 by Associate II
  • 547 Views
  • 1 replies
  • 0 kudos

UART and STOP 2 Low Power mode [stm32L496VG]

Hi,UART stops transmitting (both IT and polling modes) after entering and exiting from STOP 2 mode. Although I'm renabling the UART when I'm exiting STOP 2 I don't see the data received on the other side.When I'm connected to MCU via JTAG everything ...

deckhard by Associate III
  • 1513 Views
  • 5 replies
  • 1 kudos

Has anyone been able to get the camera module on the STM32 469I-EVAL kit working. I made sure to disconnect J3 like the datasheet says, and have probed the crystal output on the camera to make sure it's receiving power.

The rest of the signals aren't easily accessible, but I've been trying to run the example camera project and I'm just seeing a blank white screen. After some debugging in the software, I found that it's getting hung up waiting for the first valid fra...

SFick.1 by Associate
  • 313 Views
  • 0 replies
  • 0 kudos

Resolved! ADC with timer and DMA not storing values om STM32L431

I am trying to use Tim6 with ADC and DMA2 to save 100 ADC values in a buffer. It seems to be working, DMA counter decreases and I get DMA interrupt, but only the first value in the array is stored, the rest are 0 (init values). Can someone help me un...

rickard2 by Associate III
  • 749 Views
  • 3 replies
  • 0 kudos

Debugging STM32H7 dual core

Hello everybody,I got myself the Nucleo H755 to try the STM32 dual core processeros. I set up a project with the cubeMX configurator in Cube IDE. I wrote a short "Hello Wolrd" application in which both cores are running and blinking some LEDs. The pr...