Register

Search found 606 matches

Return to advanced search

SimonLothar
Wed Oct 23, 2019 5:00 am
 
Forum: Free Discussion
Topic: User Break Controller for SH7305
Replies: 3
Views: 10565

Re: User Break Controller for SH7305

I'm glad to know that the UBC exists on SH7305 but when I try to read or write into it, I see only 0x00000000. So the UBC's addresses that I use is good? Why I can not use it even when I am in the P1 area? Modules, which usually are not used in the calculator's OS, must be switched on. Search for &...
SimonLothar
Fri Sep 06, 2019 11:34 pm
 
Forum: Free Discussion
Topic: User Break Controller for SH7305
Replies: 3
Views: 10565

Re: User Break Controller for SH7305

The UBC of the SH7305 exists and works as expected. But the process to get it working is a bit complicated. First you need some assembler run time library, which must be placed in an unused RAM-area. I append the source of the assembler run time library only for a first reference. There are some inc...
SimonLothar
Sat Mar 16, 2019 10:09 am
 
Forum: Calculator Hacking/Modding Discussions
Topic: Connect to FX-9750gii through 3pin using audio
Replies: 5
Views: 10693

Re: Connect to FX-9750gii through 3pin using audio

The [Calc Receive Data] and [Calc Transmit Data] ports strictly require TTL-level. This is the baseline, if you don't want to use additional active hardware. If it is possible to operate the computer audio ports as digital ports at TTL-level, at least the electrical characteristics would match. The ...
SimonLothar
Sat Mar 02, 2019 8:37 am
 
Forum: Calculator Hacking/Modding Discussions
Topic: Unraveling the secrets of the KEYSC
Replies: 13
Views: 21255

Re: Unraveling the secrets of the KEYSC

Now that's what I was looking for when I created this topic. Erm... why didn't you post this earlier? :think: Do you know the bit pattern of these registers and their meaning? There seems to be nothing about them in your chm documentation. I posted this about two years ago: SH7305 registers (comple...
SimonLothar
Sat Feb 23, 2019 2:05 pm
 
Forum: General
Topic: No FPU in fx-9860G II?
Replies: 6
Views: 17182

Re: No FPU in fx-9860G II?

By the way, this is one question. About SSCGCR (Spread spectrum control), This seems not to be in SH7724, but does any other CPU have SSCGCR? There is a register OSCWTCR with the same address on the SH7730, but I do not know, if it is related to SH7305 SSCGCR. Above that I could not find any clues ...
SimonLothar
Sun Feb 17, 2019 1:36 pm
 
Forum: General
Topic: No FPU in fx-9860G II?
Replies: 6
Views: 17182

Re: No FPU in fx-9860G II?

Perhaps the following list comes in handy in some situations: PTA0 (1) : Port A0 / FSI_LRCK / MSIOF0_TSYNC in PTA0 (2) : Port A0 / FSI_LRCK / CLK1 / MSIOF0_TSYNC out PTA1 (1) : Port A1 / FSI_BCK / MSIOF0_TSCK in PTA1 (2) : Port A1 / FSI_BCK / CLK2 / MSIOF0_TSCK out PT...
SimonLothar
Fri Feb 15, 2019 11:26 pm
 
Forum: Calculator Hacking/Modding Discussions
Topic: Unraveling the secrets of the KEYSC
Replies: 13
Views: 21255

Re: Unraveling the secrets of the KEYSC

The names and short descriptions of the SH7305 KEYSC registers: KEY (Key interface unit) A44B0000 dw dw KIUDATA0 (Key input data 0) A44B0002 dw dw KIUDATA1 (Key input data 1) A44B0004 dw dw KIUDATA2 (Key input data 2) A44B0006 dw dw KIUDATA3 (Key input data 3) A44B0008 dw dw KIUDATA4 (Key input data...
SimonLothar
Mon Dec 24, 2018 9:26 am
 
Forum: Casio fx-9860 SDK
Topic: fx-9860GII OS footer question
Replies: 3
Views: 7365

Re: fx-9860GII OS footer question

In some cases the functions, which access the storage memory, use sector arrays like .data.l h'270000, h'280000, h'290000, h'2A0000, h'2B0000 .data.l h'2C0000, h'2D0000, h'2E0000, h'2F0000, h'300000 .data.l h'310000, h'320000, h'330000, h'340000, h'350000 .data.l h'360000, h'370000, h'380000, h'3900...
SimonLothar
Sun Dec 23, 2018 1:03 am
 
Forum: Casio fx-9860 SDK
Topic: fx-9860GII OS footer question
Replies: 3
Views: 7365

Re: fx-9860GII OS footer question

A few examples: On fx9750 OS 2.02 with 8024FFE0:"2011.0801.1251" and 8024FFF8:h'10440FE6 there exists the TestChecksums-procedure at 800396C4. On fx9860 OS 2.02 with 8024FFE0:"2011.0801.1921" and 8024FFF8:h'0F746332 there exists the TestChecksums-procedure at 8003E01C. On fx9860 ...
SimonLothar
Thu Apr 26, 2018 5:19 am
 
Forum: Calculator Hacking/Modding Discussions
Topic: Transfer Files from Arduino to Casio-FX-CG20
Replies: 21
Views: 62548

Re: Transfer Files from Arduino to Casio-FX-CG20

Also for all Files after the first File im getting send 0x15 04 0 6C the overwrite impossible error packet back to me. How should i react to that and do i need to send some command after the data packages for one file to signalize that this file is done and a new one begins? At the moment im just s...
Next

Return to advanced search