Symbol not previously defined (EEPROM_START) - PIC16F15325


Results 1 to 8 of 8

Threaded View

  1. #3
    Join Date
    Feb 2013
    Location
    Quebec, Canada
    Posts
    67


    Did you find this post helpful? Yes | No

    Default Re: Symbol not previously defined (EEPROM_START) - PIC16F15325

    Quote Originally Posted by HenrikOlsson View Post
    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...
    Last edited by MichelJasmin; - 29th December 2017 at 19:50.

Similar Threads

  1. Symbol not previously defined - lib file
    By Scampy in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 2nd November 2015, 00:33
  2. Replies: 10
    Last Post: - 21st December 2013, 18:48
  3. "symbol not previously defined" on 16F1933 - fuse issue i think
    By comwarrior in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 2nd January 2011, 03:24
  4. Symbol not previously defined
    By Archangel in forum Code Examples
    Replies: 2
    Last Post: - 27th December 2008, 09:52
  5. not previously defind (_INTRC_OSC) errror
    By teverett in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th October 2006, 17:59

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts