User Activity

#include "main.h"   /* Private define ------------------------------------------------------------*/ #define FLASH_USER_START_ADDR ADDR_FLASH_PAGE_16 /* Start @ of user Flash area */ #define FLASH_USER_END_ADDR ADDR_FLASH_PAGE_255 + FLASH_PAG...
My question is I need to send the Application's binary file with CRC using Teraterm/Docklight.. so in the Bootloader project, I need to receive the Hex file of the application and verify the CRC of it, if it matches then it should be written to flash...
I'm doing an Open bootloader project for STM32L4R5ZI MCU, I don't want to use lower layer configurations for Usart, so how should I adapt the open bootloader project for my controller, what are the changes i need to do?
Kudos from