Unlike most of the RISC architecture which utilizes the same map and bus for both data and instruction space, the Microchip’s 16-bit MCUs, such as the PIC24 and the dsPIC33…
If you have read my “Designing bootloader for Microchip dsPIC33E/PIC24E micro-controller(2)” of this series, you should be able to extract all the necessary information from the hex file compiled by…
In my last post “Designing bootloader for Microchip dsPIC33E/PIC24E micro-controller (1)“, I talked about some basics of bootloader and picked up one of the architectures as my solution, which is…