STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 106 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
  • 145 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_...

Resolved! AzureRTOS/ThreadX MQTTs (mutual TLS)

Hello Community, I'm setting up a test with NetxDuo + MQTT over TLS (aka MQTTs, port 8883) on a STM32F429NIx.As far as i see from the example available it consider a scenario where the client verify the certs provided by the server with the supplied ...