Post Reply 
[41CL WARP] XEQ+ oddness
04-07-2021, 12:32 PM (This post was last modified: 04-07-2021 12:34 PM by Sylvain Cote.)
Post: #8
RE: [41CL WARP] XEQ+ oddness
On the 41CL (once)
Code:
SERINI              // Initialize serial port (needed for YIMP later on)
BAUD 48             // Set transmission rate to 4800 bauds (needed for YIMP later on)

///// FOR EACH ROM TO BE LOADED TO RAM /////

On the 41CL
Code:
"820000-0FFF"       // Physical destination address 0x820000 and length 0x0FFF in RAM where the ROM image will be loaded
[XEQ][ALPHA]YIMP    // do not press the second [ALPHA] button yet
NOTE: adjust the RAM destination address (here hex: 820) as needed

On the PC:
Code:
Unix...: java -jar clupdate-1.1.0.jar --upload MODULE.ROM /dev/tty.usbserial 4800 [RETURN]
Windows: java -jar clupdate-1.1.0.jar --upload MODULE.ROM COMx 4800 [RETURN]
NOTE 1: replace the MODULE.ROM by your actual ROM name
NOTE 2: replace the COMx or the /dev/tty.usbserial port by your actual port

On the 41CL
Code:
[ALPHA]             // press the second [ALPHA] button of YIMP within 5 seconds of the [RETURN] press on the PC
"820"               // address of the ROM module in RAM
YCRC                // validate the module CRC and should match the CRC given by the PC side
"-820 9"            // read the "Page Management Functions" of the "41CL Extreme Functions" manual for your case
PPLUG               // plug the module to port 9

edit: typos
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[41CL WARP] XEQ+ oddness - cdmackay - 04-05-2021, 08:41 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-06-2021, 08:14 PM
RE: [41CL WARP] XEQ+ oddness - rprosperi - 04-06-2021, 09:04 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-06-2021, 10:49 PM
RE: [41CL WARP] XEQ+ oddness - rprosperi - 04-07-2021, 12:58 AM
RE: [41CL WARP] XEQ+ oddness - Sylvain Cote - 04-07-2021 12:32 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-07-2021, 06:38 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-07-2021, 10:15 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-08-2021, 06:34 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-08-2021, 10:57 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-09-2021, 04:11 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-10-2021, 12:00 AM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-10-2021, 12:19 AM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-10-2021, 12:33 AM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-10-2021, 06:35 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-10-2021, 06:43 PM
RE: [41CL WARP] XEQ+ oddness - rprosperi - 04-10-2021, 08:03 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-10-2021, 09:16 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-10-2021, 09:15 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-10-2021, 06:45 PM
RE: [41CL WARP] XEQ+ oddness - rprosperi - 04-11-2021, 12:35 PM
RE: [41CL WARP] XEQ+ oddness - rprosperi - 04-11-2021, 07:53 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-11-2021, 09:39 PM
RE: [41CL WARP] XEQ+ oddness - rprosperi - 04-12-2021, 01:36 AM
RE: [41CL WARP] XEQ+ oddness - rprosperi - 04-12-2021, 12:29 PM
RE: [41CL WARP] XEQ+ oddness - cdmackay - 04-12-2021, 04:17 PM



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