STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

freeRtos and coordinating 2 tasks

Hi forum ... I am using freertos inside my stm32f7 MCU.. I have 2 tasks .. One task is reposnsible for sending data (UART ) every *** ms to another board.. One task is responsible of reading a text file via usb and writing in a global variable the da...

SGasp.1 by Senior
  • 1029 Views
  • 5 replies
  • 0 kudos

STM32G431KB CAN boot loader

Hi,We are using the STM32 G431KBT MCU for our project. I ma looking for a CAN bootloader for the same.As per the data sheet, the STM32 boot loaders for this MCU support I2C/SPI/UART/DFU.As this MCU supports CAN also, I am wondering it has a CAN boot ...

KPras.1 by Associate
  • 1377 Views
  • 3 replies
  • 0 kudos

STM ROM Bootloader on STM32F217VGT

I'm working with a STM32F217VGT that has Bootloader version 3.1. I'm experiencing issues with the ROM'ed bootloader provided by ST. The issue is the Bootloader is unresponsive to UART1, the desired interface to communicate with the bootloader. We kno...

MFC2 by Associate II
  • 885 Views
  • 4 replies
  • 0 kudos

LwIP Netconn_rcv not returning when it should

I have a webserver running on an STM32F407. I have static pages and one dynamic page that updates every 1 second - it just displays the status of the FreeRTOS tasks. Everything is working except that occasionally (3 - 40 seconds) the dynamic page q...

MStra.3 by Associate III
  • 379 Views
  • 0 replies
  • 0 kudos

Resolved! Jump to bootloader on an STM32L496

Good morning,I've been fighting with an L496, trying to get it to jump into the bootloader.I'm using STM32CubeIDE 1.7.0 on a Nucleo-L496ZG.The code is based on a new project for the Nucleo board, hints from AN2606.Just to make sure that I wasn't too...