Hi,
How do I load the Forth-41.HEX ROM image into the Clonix-41 module?
What Page, Bank etc?
When I try to load it, nothing appears in the Cat 2 directory.
Any suggestions?
Regards
Phil Green
Loading Forth ROM into Clonix Module
|
|
« Next Oldest | Next Newest »
|
▼
01-31-2006, 08:14 AM
▼
01-31-2006, 10:14 AM
Hi Phil, Please try: http://www.clonix41.org/Projects/Clonix-41/forth-41.zip This is the .HEX file to load directly into IC-Prog buffer. Note that this is compiled with Clonix6P code, therefore, current drain will be higher than the ClonixLP counterpart... I'll build "LP" .HEX versions for some of these "rare" modules that use pages below #6, namely: Services, Forth, Laitram... it will take a while though. (Really busy nowadays) Best regards Diego.
Edited to add: Please remember that Forth ROM as well as any other using page #5 won't work when plugged into 41CX for obvious reasons ;-)) Edited: 31 Jan 2006, 3:33 p.m. ▼
01-31-2006, 04:16 PM
Hi Diego, ▼
01-31-2006, 05:35 PM
I'm affraid I'm not of much help here... Sorry. If any of the M-code gurus here read this, they may know if such a relocation is possible. Best wishes. Diego.
02-01-2006, 01:44 AM
Took a quick look. Seems the lower 4K must be at page 4 yet the upper page (the one with the FAT) can go into any page. That is: the local executes are relative (not hard wired to page 5). Worth a try anyway. Best |