STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AZURE vs FreeRTOS

On the newer chips, such as the U5 series, FreeRTOS support is underwhelming in CubeMXIDE. I have, and did, use FreeRTOS. I tried AZURE in a C++ programming environment and found several problems, one to do with systick, another to do with tasks, o...

UART DMA receive to Idle with LL

Hello all,at the moment I use the HAL function HAL_UARTEx_ReceiveToIdle_DMA to receive the data from the UART. This works very well but I have a timing problem because I want to send and receive a lot of bytes. To speed this up I want to use the LL f...

L_Kopp by Associate II
  • 1367 Views
  • 2 replies
  • 0 kudos

Problem writing to flash (STM32F051K6U6)

HiI'm using MikroC and try to play with FlashMy problem: even if area seem ok between "bootloader" and "program", I can see program area is not complete and is writed in bootloader area.If you can help me ... thanks !#pragma orgall 0xC0 /?   #define...

JFELI.13 by Associate III
  • 848 Views
  • 3 replies
  • 1 kudos

Systick is not ticking in Custom Bootloader for STM32H743 after jumping to the main application and then coming back to the Bootloader

I have written a Custom Bootloader for STM32H743. It resides at 0x08000000 (Sector 0) and occupies for a maximum of 1 sector (128KB). The main application resides at 0x08040000 (Sector 1 thru sector 7). Upon reset, Custom Bootloader starts and chec...

smati2 by Associate II
  • 1253 Views
  • 4 replies
  • 0 kudos