New to programming in c and I and just trying to find my feet at the moment.
I am converting from 16f877 to 18f452 but not sure what the bootloader address is for the 18f452.
I normally use
Code:
#ORG 0x1F00,0x1FFF {} // use boot loader
for the 16f877.
What is the correct address for 18f452?
Regard
Aaliyah
AALIYAH
Joined: 13 Feb 2011 Posts: 4
Posted: Mon Feb 14, 2011 12:26 pm
Hi Guys
I got the bootloader working with the following
Code:
#include <18F452.h>
#ORG 0x7000,0x7FFF {} /* Added for bootloader */
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum