Compiler warning


Closed Thread
Results 1 to 4 of 4
  1. #1

    Default Compiler warning

    Hi all,

    while compiling a program i recently made i get a warning in PicMate

    the warning is :

    [102] Code crosses boundary @ 800h

    what does this mean ?

    thanks

    .

  2. #2
    Join Date
    Aug 2004
    Posts
    64


    Did you find this post helpful? Yes | No

    Default

    Hi:
    It only warns that your code is greater than 800H. In some Pics this must be consided because
    the handling of pages or blocks in the program memory organization.
    Just ignore it...
    Greetings...
    Ruben de la Pena V.

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Thanks

    I'm using a PIC16F88 and i thought it was odd being an out of memory warning because in IC-Prog the program fills only half of the entire memory.

    .

  4. #4
    Join Date
    Aug 2004
    Posts
    64


    Did you find this post helpful? Yes | No

    Default

    Hi:
    The 16F88 has 4096 words of program memory. This is equal to $1000 (In hex). Then it has
    two blocks of $800 words. The warning only states that you have used more than the first
    block. You still have memory available.
    Greetings...
    Ruben de la Pena V.

Similar Threads

  1. Warning (and other Compilation Error) Messages
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 6
    Last Post: - 9th September 2009, 01:29
  2. PIC BASIC Compiler for ARM machines?
    By stone20008 in forum General
    Replies: 2
    Last Post: - 22nd August 2008, 07:14
  3. Compiler refuses to compile
    By CodeShredder in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 21st June 2008, 19:41
  4. compiler help!!!!
    By MINHLE in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 20th April 2008, 18:52
  5. Micro Code Studio - Warning message
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 17th November 2006, 21:17

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