STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F100 PWM signal on PC6, setup question

Hi Firstly, sadly I can not change to HAL as I don't have time to port this all across right now for this project dealine. I am trying to setup a PWM signal on PC6 on the STM32F100, I am pretty sure I need to set it as an alternat function but I have...

TDuck.1 by Associate II
  • 3307 Views
  • 6 replies
  • 0 kudos

STM32Uxx: OCTALSPI direction signal (is missing)

I need level shifters, using QSPI signals with 1V2 logic (MCU can just be set for 1V8, so I need level shifters).I have realized: bi-directional level shifters for 1V2 are pretty slow (and rare). Level shifters which have a DIR signal (to turn the di...

STM32 Technical Updates are back : 2024 Newsletter 1 !

Dear STM32 users and developers, This new thread is back and is dedicated for our technical developers community to share last STM32 updates, the first part will be products documentation news such as datasheets, Erratas, Applications notes  followed...

STM32 Technical updates - 2024 Newsletter1.png
STOne-32 by ST Employee
  • 2546 Views
  • 4 replies
  • 14 kudos

External Loader file not working

I am using STM32L562, we have replaced MX25LM51245G with, IS25LP128F external flash.We have integrated its driver and it is working fine. But we want to flash binary using STM32_Programmer_CLI.exe and or STM32Cube programer.For that, I have tried to ...

PYada.1 by Associate III
  • 1069 Views
  • 5 replies
  • 1 kudos

Resolved! Dynamically change Period and Prescaler

We are using interrupt of timer function.Currently, Period and Prescaler are set in the initial settings (MX_TIM6_Init), but what should I do if I want to dynamically change Period and Prescaler? [IDE]STM32CubeIDE 1.14.0[board]​ STM32F412 Discovery k...