#flash
Read more stories on Hashnode
Articles with this tag
In microcontrollers, there are typically two memory regions: Flash and RAM. Flash is a non-volatile memory which retains the data after power cycle....
Currently, I am developing a bootloader for the new project. The main functionality of bootloader is helping firmware update process. The bootloader...