Post Reply 
Long last wanted: XEQ_Auto-Complete finally done
07-24-2017, 07:13 AM (This post was last modified: 07-24-2017 07:15 AM by Ángel Martin.)
Post: #44
RE: Long last wanted: XEQ_Auto-Complete finally done
(07-24-2017 12:53 AM)Monte Dalrymple Wrote:  [quote='Sylvain Cote' pid='76465' dateline='1500844245']

With the 41CL I am at lost here, it seems this is the first time for me that I am trying to plug bank-switched module from RAM.
I have tried the following ...
a) "4LIB 4" PPLUG "-830 8" PPLUG
b) "4LIB 4" PPLUG "+830 8" PPLUG
c) "4LIB 4" PPLUG "*830 8" PPLUG
each time the CL freeze big time and it take 30 minutes to get around it.
The 41CL Extreme Functions manual is no help here for me, I have read it several time but I do not see the pattern I need to do this.


Hi Sylvain,

the WARP_CORE only has two banks, but regardless of that the syntax is the same as for all bank-switched modules irrespective of the number of banks:

PLUG *ADR PG$

where ADR is the RAM address of the main bank, and PG$ is the hex page#
the asterisk is the key for the CL to know this is a bank-switched configuration.

The banks are expected to be loaded at 0xADR for the main bank, and 0x(ADR+1) for the second bank. This is no different from how it works in flash, where the WARP ROMS are loaded at 0x1B8 and 0x1B9..

Hope this helps, shout if you still have issues..
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 - Ángel Martin - 07-24-2017 07:13 AM



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