STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7B0 ADC watchdog cannot stop interrupt

Dear,We using an ADC in our application at 1MspsThe ADC is always running in a circular DMA mode.To start the buffering of the samples we use the Analog watchdog 1. So when the input signal goes outside the analog watchdog thresholds the function "HA...

OGhis by Senior
  • 121 Views
  • 1 replies
  • 0 kudos

ARM CMSIS DSP undefined reference error

Hey I am trying to use CMSIS DSP library to perform FFT of i2s data from a mic but it is showing error after using the FFT functions but is compling if only library is added is there any thing I have missed this is the code: /* USER CODE END Header *...

QEMU for STM32H5 MCU series

Hi,I would like to know if I can emulate the STM32H5 (which is ARM cortex-M33) via Qemu. And if so, are there any limitations in emulating different drivers, especially the ADC and PWM within FreeRTOS Kind RegardsHani Akeila

hakeila by Associate II
  • 114 Views
  • 0 replies
  • 0 kudos

Resolved! RTC backup problem with SB45 on nucleo board

Hello, I was trying to use RTC battery backup on a nucleo F446RET6.The problem was that the battery (CR2032) connected to VBAT tries (and can't) to power all the board.Looking to schematic diagram, I see that VBAT pin is connected to VDD thru SB45.Re...

SB45.png
xisco by Associate III
  • 157 Views
  • 1 replies
  • 1 kudos

cube MX issues with STM32U585OIY6QTR

  Hello,I'm currently using STM32CubeIDE, version 1.15.1 (Build: 21094_20240412_1041 UTC), with the embedded package version 1.5.0. I have set up a project with a secure zone configuration.After generating code from the IOC file, I encounter an issue...

Resolved! STM32H7S, LTCD and uart won't work together

Hi, I'm using a STM32H7S78-DK board along with stm32cudeide 1.16.0. I'm loading the example LTDC_ColorKeyring which work fine, here is the issue... I'm trying to implement uart4 connected to the onboard ST-link. If I init MX_UART4_Init() and use HAL_...