mhamini
Member level 1
- Joined
- Aug 23, 2005
- Messages
- 40
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Iran-Tehran
- Activity points
- 1,690
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);