I can't figure what and how bool loader work ? any good reference i can refer to ? Any cpesial code to be used ? in PBP ?
Thanks
Printable View
I can't figure what and how bool loader work ? any good reference i can refer to ? Any cpesial code to be used ? in PBP ?
Thanks
Assuming you have MicroCode Studio Plus, you need to load the Bootloader firmware in your PIC first with your favourite PIC programmer.
Then you need to build the according circuit as stated in the help file. like bellowhttp://www.mecanique.co.uk/code-stud...et-circuit.gif
And last step, in your code you need to add this line at the top of your code
Mecanique MicroCode Studio help file will explain it better and in english :D.Code:DEFINE LOADER_USED 1
alternate explanation : http://www.mecanique.co.uk/code-stud...20Requirements