DrShoe
Member level 1
- Joined
- Apr 16, 2001
- Messages
- 41
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Netherlands
- Activity points
- 304
pic bootloader
Found a bootloader written in our favorite ccs compiler.
The advantage is the bootloader is placed at the highes adreses and the software you gonna upload don't need to be changed.
Free downloadable @ w*w.thebytefactory.com/
including source
It did'nt work from the start cause the upload trigger pin has to be high in normal mode.
And when using Pa for the trigger the ADC has to be configured:
setup_adc_ports(NO_ANALOGS);
Found a bootloader written in our favorite ccs compiler.
The advantage is the bootloader is placed at the highes adreses and the software you gonna upload don't need to be changed.
Free downloadable @ w*w.thebytefactory.com/
including source
It did'nt work from the start cause the upload trigger pin has to be high in normal mode.
And when using Pa for the trigger the ADC has to be configured:
setup_adc_ports(NO_ANALOGS);