Einzelnen Beitrag anzeigen
  #10  
Alt 24.09.2021, 20:28
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 3.006
Abgegebene Danke: 653
Erhielt 7.608 Danke für 1.696 Beiträge
Aktivitäten Langlebigkeit
8/20 15/20
Heute Beiträge
1/3 sssss3006
AW: Re: Mess Emulator für diverse Schachcomputer ist fertig!

Well, your answer doesn't really solve my confusion.

If the internet sources are right, then a Tx should have a x MHz XTAL (externally) and the CPU should get x/2 MHz.
But if this is true, then all MHz values in your driver are wrong, because you're using now (x*2)_MHz_XTAL/2 and that's of course x MHz for the CPU.

So what's in fact correct now?
Mit Zitat antworten