jontio / dspicabootable

A bootloader for the dsPIC33FJ128GP802 PIC chip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A serial bootloader

Currently it just works for dsPIC33FJ128GP802 pic chip.

A bootloader allows reprogramming of a microcontroller without the need for special hardware. This one I wrote from scratch. dsPICaBootable is the PC application while dspicboot is the program that live on the microcontroller.

dsPICaBootable

Cross platform PC/Mac/Linux application written in C++ Qt.

dspicboot

Program that lives on the microcontroller. Written in PCWHD C.

More info

See this for more information.

Jonti 2019

About

A bootloader for the dsPIC33FJ128GP802 PIC chip

License:MIT License


Languages

Language:C++ 66.4%Language:C 32.3%Language:QMake 1.3%