Menu

Tree [6809d7] main v1.1 /
 History

HTTPS access


File Date Author Commit
 1-wire_interface 2025-11-24 Robert Anderson Robert Anderson [133ed3] Add files via upload
 cpp_do_exec 2025-07-18 Robert Anderson Robert Anderson [18271e] Add files via upload
 cpp_fwclas 2025-07-18 Robert Anderson Robert Anderson [18271e] Add files via upload
 cpp_hexldr 2025-07-18 Robert Anderson Robert Anderson [18271e] Add files via upload
 cpp_serlnk 2025-07-18 Robert Anderson Robert Anderson [18271e] Add files via upload
 pic16f15344 2025-07-18 Robert Anderson Robert Anderson [de07d4] Add files via upload
 Bootloader_details.pdf 2025-09-19 Robert Anderson Robert Anderson [6e81be] Add files via upload
 LICENSE 2025-07-05 Robert Anderson Robert Anderson [310f38] Initial commit
 README.md 2025-11-25 Robert Anderson Robert Anderson [6809d7] Update README with SourceForge project reference

Read Me

bootloader-pic16

pic16 assembly level bootloader and c++ hex loader

All makefiles assumes the existence of ~/include, ~/lib and ~/bin. Files are assembled using gpasm, a part of gputils.
gputils can be found here: https://gputils.sourceforge.io/

This project is reflected on sourceforge under the same name.

cpp_hexldr is the general hex file loader for the PIC16[l]f15344,345. The loader makes use of the other programs and make will need to be run for each one. hexldr.cc allows scatterload, while hexldr_ns.cc does not allow scatterload so the hex file must have the pagesel, goto init as the first 2 enteries in block 0.

cpp_do_exec contains exec_call.cc used for calling OS functions from the hexldr program.

cpp_fwclass contains ihex_line.cc used for managing lines of intel hex data read/written by the hexldr.

cpp_serlnk contains serlnk.cc used for serial interface.

pic16f15344,345 are the assembler bootloaders. Once the pic is programmed with the stub hex file, hexldr can be used to program it with any hex files.

1-wire_interface contains schematics for 2 versions of the USB to serial interface used by the hexldr program.

MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →