large preload includes


Closed Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

    Talking Re: large preload includes

    ok cheers guys ,

    i have spi port on the flash chip for programming , so dont have to load multi hex files to pic after the end hex file is made for the flash, just copy it to the other flash chips as needed

    i have seperate compiles for the code as it was best to manage them that way from the start
    but now the includes on the 1 of them is grown and i rather not separate that to another install

    a structured #if would be good for those sections that could be loaded first , with a separation of the flash blocks done

    the pic install also install some information that is generated from flash info into the external EE chip sets after the external flash has loaded , so some consideration is required if the separating the install of the flash data

    fun stuff

  2. #2
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

    Default Re: large preload includes

    yep the #if works well enough

    just need to make sure the #define is placed prior to the includes , which makes sense

    saving the file a dif name for when the define is 0 and again when it 1 is fine

    the files now under 80k which gives the include a bit more space to grow

Similar Threads

  1. includes?
    By keithv in forum PBP3
    Replies: 2
    Last Post: - 23rd September 2014, 22:44
  2. Project Includes
    By Demon in forum General
    Replies: 2
    Last Post: - 7th October 2012, 21:33
  3. T1 interrupt and preload confusion
    By amgen in forum General
    Replies: 2
    Last Post: - 14th September 2011, 03:24
  4. Large LCD ID and datasheet
    By skimask in forum Off Topic
    Replies: 2
    Last Post: - 17th May 2008, 15:44
  5. large displays
    By George in forum Off Topic
    Replies: 2
    Last Post: - 18th March 2007, 21:56

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