Post Reply 
Long last wanted: XEQ_Auto-Complete finally done
07-25-2017, 02:47 PM (This post was last modified: 07-25-2017 02:50 PM by Sylvain Cote.)
Post: #47
RE: Long last wanted: XEQ_Auto-Complete finally done
Hello Monte,

I have created the following scenarios to clear up my (non?) understanding of the port assignment using PPLUG.
Please do the correction where they are needed.

Example 1 : one set of applications spent over 2 non-bank-switched images that will normally use one port on the back
  1. location: the 2 images are at 0x840 and 0x841
  2. expected: 0x840 at page 8 bank 0 & 0x841 at page 9 bank 0
  3. command: "+840 8" PPLUG

Example 2 : one set of applications spent over 4 non-bank-switched images that will normally use two ports on the back
  1. location: the 4 images are at 0x840, 0x841, 0x842 and 0x843
  2. expected: 0x840 at page 8 bank 0, 0x841 at page 9 bank 0, 0x842 at page A bank 0 & 0x843 at page B bank 0
  3. command: "%840 8" PPLUG

Example 3 : one set of applications spent over 2 bank-switched images that will normally use one half-port on the back
  1. location: the 2 images are at 0x840, 0x841
  2. expected: 0x840 at page 8 bank 0 & 0x841 at page 8 bank 1
  3. command: "*840 8" PPLUG

Example 4 : one set of applications spent over 4 bank-switched images that will normally use one half-port on the back
  1. location: the 4 images are at 0x840, 0x841, 0x842 and 0x843
  2. expected: 0x840 at page 8 bank 0, 0x841 at page 8 bank 1, 0x842 at page 8 bank 2 & 0x843 at page 8 bank 3
  3. command: "*840 8" PPLUG

Example 5 : two sets of applications spent over 7 bank-switched images that will normally use one port on the back
  1. location 1: the app 1 has 3 images are at 0x840, 0x841 and 0x842
  2. location 2: the app 2 has 4 images are at 0x843, 0x844, 0x845 and 0x846
  3. expected 1: 0x840 at page 8 bank 0, 0x841 at page 8 bank 1 & 0x842 at page 8 bank 2
  4. expected 2: 0x843 at page 9 bank 0, 0x844 at page 9 bank 1, 0x845 at page 9 bank 2 & 0x846 at page 9 bank 3
    is it ?
  5. command 1: "*840 8" PPLUG
  6. command 2: "*843 9" PPLUG
    or
  7. command: "/840 8" PPLUG

Question for #5: how do you find how many images are part of the same image set ?

Thank you!

Best regards,

Sylvain
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Long last wanted: XEQ_Auto-Complete finally done - Sylvain Cote - 07-25-2017 02:47 PM



User(s) browsing this thread: 1 Guest(s)