Post Reply 
SY-41CL current status
09-25-2023, 06:58 PM
Post: #1
SY-41CL current status
The current status of the 41CL project dates back to 06/02/2023, and it appears that Monte is not responding to emails. Does anyone have information on this?

Best
Juergen
Find all posts by this user
Quote this message in a reply
09-25-2023, 08:00 PM
Post: #2
RE: SY-41CL current status
You have a PM.

Sylvain Côté
Find all posts by this user
Quote this message in a reply
10-23-2023, 02:32 PM
Post: #3
RE: SY-41CL current status
Hi,
is it possible to get the version of the CL board i have? Without opening the calc.
V1, V2, V3, V4 or V5?
I bought a used CL board, but the seller didn't know anything about it.

Happy programming
Ralf

/41/48/
Find all posts by this user
Quote this message in a reply
10-23-2023, 03:46 PM (This post was last modified: 10-24-2023 12:27 PM by Sylvain Cote.)
Post: #4
RE: SY-41CL current status
Generic procedure, adjust as needed for your configuration
Code:
MMUDIS      // disable MMU
MMUCLR      // clear MMU configuration
"YFNX"      // 41CL Extreme Functions
PLUG1L      // plug ROM image to page 8
"YUPS"      // 41CL Update Functions
PLUG1U      // plug ROM image to page 9
MMUEN       // enable MMU
FDBVER?     // latest flash update date → MM/DD/YYYY (if MDY) or DD/MM/YYYY (if DMY) [YUPS function]
FLASH?      // read flash device code [YUPS function]

Flash device code (more info in 41CL Update Functions manual)
Code:
0x22C4  V2      "top"
0x2249  V2      "bottom"
0x2256  V3/V4   "top"
0x2257  V3/V4   "bottom"
0x227E  V5      "top"

Note: if your board is very old, the YUPS will not be available, first test the above procedure and if the ROM image is not there, I will give you more information.

edit: typo

Sylvain Côté
Find all posts by this user
Quote this message in a reply
10-24-2023, 12:23 PM
Post: #5
RE: SY-41CL current status
Hi Sylvain,
thanks a lot that works and shows a 0x227E, so I have a V5,.
Ralf

/41/48/
Find all posts by this user
Quote this message in a reply
Post Reply 




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