2012-04-11, 22:59:17
Thanks. The goto to the boot loader at 0x00 must remain there, otherwise the boot loader wouldn't start each time and I guess it wouldn't be a boot loader anymore. The file you uploaded looks good. There is a goto to the application at 0xfdfc, right before the boot loader where it should be. It points to 0x7048 which is your application entry address. Also see page 24 in the main manual.
Have you setup the configuration bits correctly in the boot loader, they should be the same as the ones you use in your application.
Have you setup the configuration bits correctly in the boot loader, they should be the same as the ones you use in your application.