STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H562 Digital vs Analog temperature sensor

HiWe are currently working on a new board with a STM32H562. As part of the design, we want to measure the temperature of the MCU. In the Datasheet of the STM32H562 I see the “Analog temperature sensor” (as I know it from other STM32) connected to the...

MMeie.3 by Associate II
  • 197 Views
  • 4 replies
  • 5 kudos

FDCAN1 not working on PA11 and PA12

Hello everyone, I tried to put Canopen node for stm32 into operation. I used the standard pinning from STMCubeIde, i.e. pa 11 and 12. But this does not seem to work. void FDCAN1_IT1_IRQHandler(void) { /* USER CODE BEGIN FDCAN1_IT1_IRQn 0 */ /* USER ...

Meiko_Ju by Associate II
  • 412 Views
  • 13 replies
  • 1 kudos

Nucelo-h755zi-q flash crc Error

Hi all, attempting to write data to a specific address in flash bank 1 and calculate the CRC. Using three different CRC methods: flash CRC, software CRC, and hardware CRC, but getting three different values for the same data. The code is attached bel...

Ismails by Associate II
  • 94 Views
  • 0 replies
  • 0 kudos

Clear Interrupts Prior to sleep confusion

I'm working on getting the STM32G0 to stop mode. Im using WFI so it will wake on interrupt. Right now its immediately waking which is confusing me.My understanding is that I should __disable_irq() first to prevent the interrupt handlers from being ca...

Carl_G by Senior
  • 80 Views
  • 1 replies
  • 0 kudos

STM32F446 USB host connection issues

Hi,I am using a STM32F446 as a USB high speed host. my device is connected to a USB3300 chip to control the micro usb port, which is then connected to a camera. My code works ~90% of the time, however sometimes the connection to the camera can be unr...

JoshDarklyLabs_0-1741049534177.png

Resolved! GPIO & EXTI: switching between input & output

Heyho,I'm currently using a GPIO on a STM32L031 for a custom 1-wire interface, which means it's switching all the time between input and output mode (open drain).So far I have learned that the EXTI interrupt only works with GPIOs in input mode.My que...

LCE by Principal II
  • 156 Views
  • 5 replies
  • 1 kudos

ADC1 and ADC4 readings at the same time

Hello,  I have been trying for some days to read the values incoming form both ADCs, ADC1 & ADC4, from the NUCLEO U545-REQ. The overall idea is to trigger both ADCs at the same time in output compare mode but if i try to trigger both of them at the s...

Marc3 by Associate II
  • 214 Views
  • 5 replies
  • 0 kudos

Resolved! STM32U545RE-Q: not getting ADC1 conversion data via GPDMA

Hello everyone,  I'm currently trying to set up the two ADCs (ADC1, ADC4) on my NUCLEO-U545RE-Q for multi-channel continuous conversion via GPDMA (I've previously used an L4+, but intend to change to the U5 family for the final product and am using t...

cjb89 by Associate II
  • 317 Views
  • 6 replies
  • 0 kudos