/Designs/Measuring_instruments/AWS01A/SW/PIC16F887/bltest/bltest.hex |
---|
33,8 → 33,8 |
:10021000A3001B30A40086280D300C1E0D29990068 |
:100220000A300C1E112999006430A200C028FA2857 |
:02023000630069 |
:063960008A0100280800A6 |
:0639E0008A010028080026 |
:04400E00FD2CFF3F47 |
:00000001FF |
;PIC16F887 |
;CRC=B9BE CREATED="10-3-13 00:25" |
;CRC=A1DB CREATED="10-3-13 11:19" |
/Designs/Measuring_instruments/AWS01A/SW/PIC16F887/bltest/bltest.pjt |
---|
47,4 → 47,7 |
1=bltest.c |
[Opened Files] |
1=bltest.c |
2= |
2=..\..\..\..\..\..\..\Program Files (x86)\PICC\Devices\16F887.h |
3=bltest.h |
4=dbloader.h |
5= |
/Designs/Measuring_instruments/AWS01A/SW/PIC16F887/bltest/dbloader.h |
---|
1,6 → 1,6 |
/*------------------- DUMMY BOOT LOADER --------------------------------------------*/ |
#define FLASH_BLOCK_SIZE getenv("FLASH_ERASE_SIZE")/2 // Minimal length of Flash Block Size |
#define RESERVED_BLOCKS 53 // Number of reserved flash blocks for BootLoader |
#define RESERVED_BLOCKS 49 // Number of reserved flash blocks for BootLoader |
#define LOADER_RESERVED (getenv("PROGRAM_MEMORY")-(RESERVED_BLOCKS*FLASH_BLOCK_SIZE)) // begining of BootLoader |
#BUILD(INTERRUPT=FLASH_BLOCK_SIZE) // Redirect Interrupt routine above first flash block |