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

STM32G473CBT freezes jumping to bootloader

I have a custom board using the STM32G473CBT6 MCU. BOOT0 is pulled-down by a 100k resistor and is used as GPIO (output) at runtime. The firmware is generated by CubeMX, with the addition of a C++ file for the 'user' application. The board works fine,...

StefanH by Associate III
  • 1064 Views
  • 2 replies
  • 0 kudos

STM32 Thread Safe Solution for Makefile Projects

I have a Makefile project for an STM32L4 using FreeRTOS that I started with STM32CubeMx. I'm trying to enable one of the Thread-Safe strategies for FreeRTOS. I have tried both strategy #4 and #5, but both of them jump to the error handler on the `S...

cvanbeek by Associate III
  • 967 Views
  • 2 replies
  • 0 kudos

DFU When Booting from External Flash - STM32H730

Hi, I am working on a project with the STM32H730 that needs DFU capabilities for users to update software from a website. This project boots from an external flash memory due to large size requirements for program memory.Is there a way the DFU featur...

EPala.2 by Associate III
  • 685 Views
  • 2 replies
  • 0 kudos

STM32f4 STOP mode with FreeRTOS problem

I am working on freeRTOS CMSIS V1 on a project. I am using STOP mode to reduce the power consumption (since the device I am making is battery driven). When entering the STOP mode, I noticed that freeRTOS task is still running at the background on a s...

TALHA by Associate II
  • 774 Views
  • 0 replies
  • 0 kudos

.ioc file usb host example for stm32f429disco1

Hi amazing community.. I would be glad if someone can share an example of .ioc file (cube mx) working for the usb host function for the stm32f429disco1 (evaluation board with display) . I have tried many times so I would like to have a guide to creat...

SGasp.1 by Senior
  • 928 Views
  • 2 replies
  • 0 kudos

Systick woes with FreeRTOS

Using STM32CubeIDE 1.12.1 on a Nucleo G0B1RE. FreeRTOS 10.3 middleware. When I make the SYS timebase TIM6 then I don't get out of HAL_Init()0x1fff5bc6<signal handler called>() at 0xfffffff9__NVIC_EnableIRQ() at core_cm0plus.h:749HAL_NVIC_EnableIRQ(...

MMill.6 by Associate
  • 695 Views
  • 1 replies
  • 0 kudos

STM32F767ZI LWIP FreeRTOS

Hello,I am use Nucleo-F767ZI Board for TCP/IP Protocol in FreeRTOS. I try to ping my board but it not response.I Try TCP/IP without FreeRTOS it work well.What is difference between without RTOS & With RTOS ? If any Program for Nucleo-F767ZI please sh...

Rushit by Associate II
  • 2449 Views
  • 4 replies
  • 0 kudos