STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FreeRTOS + Lwip, transmit gets BLOCKED

Hello,I have STM32F407 running FreeRTOS + Lwip (netconn). I have several tasks. Only one Task1 is transmitting continously small packets (85 bytes) every 5 miliseconds on ethernet.Transmitting is randomly paused for a long time (cca 1-2 sec) then it ...

MJAN by Associate
  • 532 Views
  • 0 replies
  • 0 kudos

freertos startup failure

Hello, I am using NUCLEO-STM32F429ZI and FREERTOS (V1). I get board working in ide environment with 3 tasks, but I didn't use Timer to replace SysTickHandler(). After disconnect programming cable and power on my board, the program can't start up be...

yang hong by Associate III
  • 355 Views
  • 0 replies
  • 0 kudos

Resolved! about HAL_I2C_Mem_Read()

I want to read the general accelerometer register of the I2C interface.I think it can be achieved by using HAL_I2C_Mem_Read ().I set the second argument DevAddress to the value of the accelerometer slave address shifted left by 1 bit.This is a HAL ru...

Ukazu by Associate III
  • 916 Views
  • 2 replies
  • 0 kudos

Jump from Bootloader code to application code

Hi,I want to implement a bootloader for FOTA process. My bootloader code resides in sector 0 and application code in sector 5(the firmware to be updated ). But I am not able to jump from bootloader code to application code. Any help will be highly us...

KHira.2 by Associate II
  • 1541 Views
  • 6 replies
  • 0 kudos