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

One Pulse Mode not working

My goal is to use timers to follow the required timing steps for a module I’m working with. To achieve this, I decided to use two timers — TIM1 and TIM2.TIM2 is responsible for counting the T1 time step. For this, I’m using One-Pulse Mode, so TIM2 is...

MichalPorazko_0-1762109266115.png MichalPorazko_2-1762110115913.png MichalPorazko_3-1762110191312.png

STM32F4 TIM6 initialization

Dear all,I'm working on a project based on STM32F479 and FreeRTOS. In this project the microcontroller is connected via I2C and SPI bus to other devices, such as switch ethernet and spi-uart converter. I run the initialization of these devices before...

MGall.11 by Associate III
  • 4216 Views
  • 12 replies
  • 1 kudos

Resolved! Using ThreadX Version 6.1

Hi All, I am using ThreadX on an STM32H753. The version of ThreadX being used is 6.1. I use this older version because it is ISO-62304 certified. All is functioning as desired but each time I execute code generation from CubeMX the ThreadX files are ...

Gil1 by Associate III
  • 383 Views
  • 4 replies
  • 0 kudos

STM32F407 connected to KSZ8863 switch

I have read these forums and I see some have successfully got the F407 connected to KSZ8863 working. I am trying to do a simple non managed switch RMII PHY connection to the third port with no luck. I have confirmed the 50mhz clock input to the KSZ88...

bradbas by Associate II
  • 259 Views
  • 0 replies
  • 0 kudos

Stm32l011 refuses to go into stop mode

Hello everyone, I have a problem with my STM32L011G4U6, I want to put it in stop mode or in standby mode, but the two modes are not taken into account, only the sleep mode works, I must surely make a mistake but where? here is my function:   void E...