
Originally Posted by
HenrikOlsson
And how much on-chip EEPROM does the datasheet says that the 16F15325 has?
/Henrik.
Storage Area Flash: 224 bytes.
The ASM look like this:
Code:
; EEPROM data.
ORG EEPROM_START
_BaseColorsTable EQU $
; C:\USERS\MICHEL\ONEDRIVE\SOURCES\MICROCODESTUDIO\HARDDRIVESPIN\HARDDRIVESPIN.PBP 00117 BaseColorsTable data $FF, $00, $00, $B9, $46, $00 ; Red, Orange
DE 0FFh
DE 000h
DE 000h
DE 0B9h
DE 046h
DE 000h
The error is in RED.
EDIT: Just find out the PIC16F15325.PBPINC file doesn't have an EEPROM address in the "Target Device setup" section. The one for PIC16F690 contains:
Code:
EEPROM $2100, $21FF
Investigating...
Bookmarks