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

Cannot wake-up from STOP mode with LPTIM

Greetings, I am having trouble in waking up from Stop mode in STM32U585RIT6 LQFP64 MCU. So I saw the following posts: https://community.st.com/t5/stm32-mcus/troubleshooting-waking-up-from-stop-mode-issues-with-lptim-in/ta-p/745343https://community.st...

j_filipe by Associate III
  • 165 Views
  • 2 replies
  • 0 kudos

Resolved! Question about the speculative accesses

Following this post describing how to disable speculative accesses on external memories range (0x6000 0000 to 0xDFFF FFFF) on Cortex®-M7 processors, I'm wondering if such mechanism should be done to:- memory regions marked as reserved:Source - DTCM /...

Tahm_A_0-1752149286285.png Tahm_A_2-1752149680768.png
Tahm_A by Associate
  • 178 Views
  • 1 replies
  • 0 kudos

Resolved! Is there a way to store lots of data on a stm32 board?

My company is developing a system that needs to download thousands of images from a computer to an STM32 development board via a local area network. The total size of the images may reach tens of GB (if possible, the data should remain even in the ev...

snkparty1 by Associate III
  • 268 Views
  • 3 replies
  • 1 kudos

Unable to start PWM on STM32G491

I am unable to start a PWM signal on my Nucleo board --> I was not able to observe a signal on an oscilloscope.Please see the following code and Cube configurations.1) Is the following code all that is necessary to start a PWM on a channel (given it ...

Matthew47_0-1752361752604.png

STM32H7R3 PSSI RDY/DE bug

Hello,I dug deeper into PSSI behavior, and and I observed unwanted behavior. From my point of view it is a bug.PSSI is configured as:OUTEN = 1 (transmit mode)CKPOL = 0 (outputs driven on rising edge, inputs sampled on falling edge)RDYPOL = 0 (0 at in...

pssi3a_valid.png pssi1a.png pssi2.png

Resolved! Debugger hangs at SCB_EnableDCache();

When I'm enabling DMA and run the code, the debugger hangs at "SCB_EnableDCache();" even though the function is correctly excuting when I go step by step. Also as seen in the examples the problem gets solved when using a static declaration  "static v...