STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Not Getting STM32 Timer Interrupts

 Hi everyone,I’m working on an STM32F407 project where I need to generate periodic interrupts using TIM3. My goal is to toggle an LED every 500ms, but for some reason, the interrupt isn’t triggering as expected. Here’s what I’ve done so far:Configure...

Inam03 by Visitor
  • 7 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G030F6 MCU : Shutdown mode

Hi Experts,We are building a battery based product based STM32G030F6 MCU. We are using Arduino environment as we need multiple Arduino libraries for the project.Well our software is working fine, however we are facing issue with the current consumpti...

gailu96 by Associate II
  • 233 Views
  • 11 replies
  • 1 kudos

Question about pUserData field on HAL

I am developing in C++ on a STM32U5, with HAL and was trying to figure how to embed interrupt handling in a class.So I've questioned ChatGPT and DeepSeek for a solution and both gave an answer using pUserData field for storing object reference.pUserD...

dimercur by Associate II
  • 83 Views
  • 9 replies
  • 4 kudos

STM32 Canbus Multiple Device Weird İssue

I am developing a project with STM32 using the STM32G473CET6 chip and working on a CAN bus system. In this project, the STM32 sends messages to the bus, processes the received messages, and responds accordingly. For example, the message 10170001 quer...

MKT12 by Visitor
  • 69 Views
  • 5 replies
  • 1 kudos

Integrating MCUboot into a project

Split from old thread: https://community.st.com/t5/stm32-mcus-security/information-about-mcuboot-and-illustrative-examples/td-p/689154 Hello @Jocelyn RICARD ,I'm looking for guidance on integrating Mcuboot into my project. I am using a NUCLEO-U5A5ZJ-...

Ade J.2 by Associate II
  • 58 Views
  • 3 replies
  • 1 kudos

USB HOST MODE MSC

Hi, I am trying to make the MCU the host where a USB can be connected, and the MCU can read/write to the USB. I configured my IOC /CubeMX to use the USB with FATFS. The USB USE OS (RTOS) is automatically enabled.However, the issue is that once the US...

Priyank by Associate III
  • 47 Views
  • 1 replies
  • 0 kudos

TouchGFX with USB cdc Host

Hello everyone,I am developing firmware for the STM32F7469I discovery board, and I'm utilizing TouchGFX for the GUI aspect of the project. However, I am encountering a problem when enabling USB-FS HOST functionality. The GUI and other peripherals suc...