STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Toggle Button off after a specific interval

Hi,I want to switch off the toggle button itself after a specific interval, let's say 60 sec.Currently it works fine in View.cpp using handleTickEvent but as soon as I navigate to different screen, it doesn't update.Is it possible to run this counter...

Ofaro.1 by Associate II
  • 1850 Views
  • 3 replies
  • 0 kudos

STM32H7B3 JPEG Encoder

Hi, I try to encode a VGA image RGB565 from camera using STM32H7B3 with 32 bit external RAM running at 125MHz. the CPU runs on 272MHz. for un known reason the hardware encoding process take 50ms for one frame. i only talk about the hardware encoder a...

MSale.1 by Senior
  • 1056 Views
  • 0 replies
  • 0 kudos

Resolved! DCMI_SnapshotMode project on STM32H747I-DISCO Not Working

The DCMI_SnapshotMode (and the DCMI_CaptureMode) project is able to be compiled and executed on the discovery kit, but the LCD panel only shows snow/static instead of video from the B-CAMS-OMV camera module bundle. Analysis via an oscilloscope shows ...

sh100 by Associate
  • 1782 Views
  • 3 replies
  • 0 kudos

Bootloader on STM32F0

Summary: A 10-character message is sent through the interface (It uses RS485). Then, the first character, "h," is received by the processor and verified. If it is confirmed to be the character "h," the remaining 9 characters are received. After verif...

Sub-Projects within a Project (Nesting?)

I have a project that uses the ModuleX middleware and has been included into the build.  However, I am stuck trying to figure out how to create a sub-project to build the Module code.  Thought that might be in the New>STM32 Project wizard but it alwa...

Stm32 auto shutsdown

Good day,I am using Windows 11 running Keil software, STM32f303ze, when i select the ST-link setting, the software shuts down, I cannot debug it as soon as i debug it shuts down.can i please be assisted

jonnyTJ by Associate
  • 838 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L4P5-DK

STM32L4P5-DK is a STM32L4P5AGI6PU based microcontroller, but I could find STM32F723IEK6 and STM32L152CCT6 IC's are also available on the DK . May I know the purpose of these 2 MCUs other than the main MCU? 

ajimathew by Associate III
  • 935 Views
  • 2 replies
  • 1 kudos

STM32Cube IDE code not working

Hi buddies,  I'm very new to the STM32 series as well as STM32CubeIDE. I created the toggle LED program for STM32F769I-DISCO(I'm currently working on this). Before generating the code I just choose the PJ5 pin(because this is an onboard green led ). ...