| View previous topic :: View next topic |
| Author |
Message |
powermax
Joined: 19 Aug 2020 Posts: 3
|
Posted: Wed Aug 19, 2020 2:53 pm Post subject: Help to identify a mice microcontroller |
|
|
Hello crews,
I stumbled upon a firmware dump from a MCU resided in an old Apple ADB mice. I'd like to know the precise MCU architecture to be able to disassembly and analyze the device.
The part number is LSC84488P. The IC package shows Motorola and Logitech logos. I therefore assume that could be a custom part Motorola manufactured for Logitech.
The MCU is resided in a 28-pin DIP package.
That's how the device look like under the hood:
The firmwares dump is located here:
http://www.bitsavers.org/pdf/apple/adb/Apple/A9M0331/
Both *.bin dumps are 2KB big. The first 64 bytes are filled with 0xFF.
I don't know who and how made these dumps. That's why I'm asking here.
Any suggestions what kind of MCU it can be?
Best regards
Max |
|
| Back to top |
|
 |
CPUShack

Joined: 16 Jun 2003 Posts: 34259 Location: State of Jefferson, USA
|
|
| Back to top |
|
 |
powermax
Joined: 19 Aug 2020 Posts: 3
|
Posted: Thu Aug 20, 2020 5:31 am Post subject: |
|
|
Thanks a lot!
If that's 68HC05 one, where the reset vector is expected to be located? |
|
| Back to top |
|
 |
powermax
Joined: 19 Aug 2020 Posts: 3
|
Posted: Thu Aug 20, 2020 7:19 am Post subject: |
|
|
It looks like the reset vector is located at 0x7FE.
The ROM dump v3.0 reveals an internal memory map very similar to that of MC6805P2 where the user ROM starts at offset 0x3C0. |
|
| Back to top |
|
 |
|