Hello All,
my goal is to use the OpenBLT Bootloader on a STM32F103C6 to flash
and later update a Keil RTX project.
The bootloader part (OpenBLT with UART Interface) is using the
space between 0x08000000 to 0x08001800 on ROM and 0x20000000 to
0x20000C00 on RAM.
The RTX Application is unsing a scatter-file to create the file
for flashing with the OpenBLT:
; *************************************************************
; *** Scatter-Loading Description File for OpenBLT
↧