Post Reply 
Broken calculator
05-03-2021, 04:16 PM
Post: #17
RE: Broken calculator
I think your main problem will be the speed of the processor. the Rockwell has a clock speed of 200kHz and the Blue pill runs at 48MHz and it just has time to capture the bus. On the 850 I suspect the bus speed is a lot higher and you will need a processor clock speed much higher. I have used an STM32 with a clock speed of 400MHz or so, but even then you may not be able to sample an 8MHz bus,m for example.
If there's an external ROM chip then desoldering it is an option. Also, if the processor has a halt or bus request line then you could take over the bus and read the ROM contents that way. Another way to snoop the bus is to use a logic analyser, I've done that too, but you do need a logic analyser. An FPGA is another way, that is much faster.

Regards
Andrew
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Broken calculator - blackjetrock - 09-02-2017, 01:40 PM
RE: Broken calculator - Csaba Tizedes - 09-02-2017, 02:05 PM
RE: Broken calculator - blackjetrock - 09-02-2017, 03:09 PM
RE: Broken calculator - Csaba Tizedes - 09-02-2017, 05:57 PM
RE: Broken calculator - Csaba Tizedes - 09-03-2017, 10:11 AM
RE: Broken calculator - Csaba Tizedes - 09-03-2017, 12:47 PM
RE: Broken calculator - blackjetrock - 09-03-2017, 09:37 AM
RE: Broken calculator - blackjetrock - 04-22-2018, 12:00 PM
RE: Broken calculator - Dan - 04-24-2018, 08:04 AM
RE: Broken calculator - toml_12953 - 04-24-2018, 09:52 AM
RE: Broken calculator - blackjetrock - 04-25-2018, 07:22 PM
RE: Broken calculator - hjalfi - 05-02-2021, 10:18 PM
RE: Broken calculator - blackjetrock - 05-03-2021, 10:34 AM
RE: Broken calculator - hjalfi - 05-03-2021, 01:48 PM
RE: Broken calculator - blackjetrock - 05-03-2021 04:16 PM



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