Einzelnen Beitrag anzeigen
  #4675  
Alt 24.09.2021, 20:28
fhub fhub ist offline
Lebende Foren Legende
 
Registriert seit: 19.04.2010
Beiträge: 2.884
Abgegebene Danke: 580
Erhielt 7.015 Danke für 1.585 Beiträge
Aktivitäten Langlebigkeit
9/20 15/20
Heute Beiträge
1/3 sssss2884
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