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

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
  • 3428 Views
  • 11 replies
  • 1 kudos

Require resources of the STM32U599J-DK (ES)

Hello.I got a STM32U599J-DK engineering sample from the ST official warehouse (don't ask me how I get this cuz I don't know either).MB1829-U599 NJQ-B01A223400084I searched the st.com and was unable to locate its resources.(user manual, datasheet, dat...

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 o...

Gil1 by Associate III
  • 110 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
  • 55 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...