Search found 1 match

by Gou16F
Sat May 24, 2008 10:25 pm
Forum: Flowcode V2 & V3
Topic: Using Flowcode with the TINY PIC Bootloader
Replies: 6
Views: 15022

Re: Using Flowcode with the TINY PIC Bootloader

Hi Benj, I think that you must have an interrupt enable to use tinyBL. If not, code compiled by boostC will be written at the beginning of the program memory, BEFORE the interrupt vector (04h). For example: ...some declarations delay_s_00000_arg_del EQU 0x00000021 ; bytes:1 ORG 0x00000000 clrf PCLAT...