In-app Bootloader through UART for firmware update
I am using STM32G474RCT6 controller, here I don't have system bootloader for FDCAN, So for firmware upgrade can I receive firmware application through FDCAN communication protocol and do a UART_Transmit() to load the new application into the flash. A...