STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4xx COMP inputs in HAL and LL

Based on discussion here, conclusion is, that given in 'L45x/'L46x there's no DAC1_CH2, and in 'L41x/'L42x no DAC at all, these are unavailable for inputs selectable for COMP for these sub-families of the low-end 'L4xx family group handled collective...

waclawekjan_1-1779452699896.png

Resolved! SM32N6570-DK Camera Guide

Hello, I am following this guide:How to integrate TouchGFX and camera middleware on an STM32N6570-DK and seem to be getting an I2C1 undefined reference (below).  Is there something I need to change?  I have I2C2 enabled in my .ioc, but don't see anyt...

Resolved! STM32C092FCP6 FDCAN remapping issue.

I designed a board with a layout that I was very happy with, but this meant remapping FDCAN1_TX to PC14, which CubeMX dutifully created code for...However, the code wouldn't compile.  I needed to get my board order in that day so I simply adjusted th...

Using STM32U5G-DK1 in USB OTG mode

Hello,I need to use STM32U5G-DK1 board in USB OTG mode. Right now with the help of examples provided by STM for STM32U5G-DK1 and DK2 board, I am able to use DK1 either in Device mode or in Host mode. In order to use it in OTG mode what changes need t...

Resolved! SDMMC + STM32H723 not initializing SD Card

I am having difficulties with initializing a SD Card.I am making use of the generated code to initialize the card:void MX_SDMMC1_SD_Init(void) I measured with a scope and I am getting 400KHz clock. All the pull-up resistors are correct and voltage is...

diktril by Associate III
  • 66 Views
  • 2 replies
  • 0 kudos

Resolved! STM32N6570-DK NonSecure Application not run.

Hi,I am creating a project CubeMX that uses both Secure and NonSecure.I using USART1 for debugging, and my application only runs on SecureApp and cannot run NonSecureApp. I tried implementing the same as Template Isolation XIP but it still didn't wor...

TrungDT by Associate
  • 43 Views
  • 1 replies
  • 0 kudos

STM32H7 Firmware Update - No Ping

Hello ST Community, I've recently updated the firmware for my project to the latest release in CubeMX V6.17.0I'm using the STM32H743XIH6 device... and the firmware pack was updated to STM32Cube MCU Package for STM32H7 version 1.13.0When I create a ne...

Wakeup from standby with RTC on STM32C5

Hello,   I am using the RTC wakeup from the power standby example provided in the STM32C5 repository. The example starts the RTC wake-up timer and places the device in standby mode. The device does go to standby, and it does wake up due to the RTC wa...