![]() |
HP48 hardware hacking -- SOIC EPROMS? - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not quite HP Calculators - but related (/forum-8.html) +--- Thread: HP48 hardware hacking -- SOIC EPROMS? (/thread-12894.html) |
HP48 hardware hacking -- SOIC EPROMS? - Jonathan Busby - 04-29-2019 04:53 PM I've been doing some HP48G/GX hardware hacking and I'm in need of a 32-pin SOIC EPROM. The problem is that all I can find are 32-PIN PDIP EPROMS or 32-lead PLCCs. I know I can use a daughterboard with an SMD PLCC chip but it would be a very tight fit and a real PITA. Does anyone know where to get 4Mbit x 8 32-pin EPROMS in SOIC packages, or are they no longer being produced? Thanks, Jonathan RE: HP48 hardware hacking -- SOIC EPROMS? - franco51 - 04-30-2019 11:31 AM Hi I'm not sure they were ever available in the SOIP package. You may be able to find some TSOP or TSSOP devices but I'm guessing they are too wide / long? BR Frank RE: HP48 hardware hacking -- SOIC EPROMS? - Jonathan Busby - 04-30-2019 03:18 PM (04-30-2019 11:31 AM)franco51 Wrote: Hi Thanks for the reply ![]() It seems that Microchip Technology has the largest selection of ICs in which I'm interested and I might have some luck. There are some DIP to SMT adapters, but, I'm not sure if they're compatible dimension wise. Thanks, Jonathan EDIT : I've checked several electronics distributors and it seems that 32-pin 4Mbit x 8 OTP EPROMS are only available from Microchip Technology in PLCC packages. See here : https://www.digikey.com/products/en/integrated-circuits-ics/memory/774?k=EPROM&k=&pkeyword=EPROM&sv=0&sf=1&FV=ffe00306%2C1140003%2C238066f%2C2380670%2C2540057%2C450006d%2C4500072%2C4500074%2C45004a5%2C45004a6%2C45004ac%2C45004ad%2C4500566%2C450000f%2C45005df%2C4500098%2C4500010%2C4500011%2C45000b0%2C4500012%2C4500017%2C4500bc0%2C4500e27%2C4500180%2C45014db%2C450004f%2C450031a%2C1fec0005&quantity=&ColumnSort=0&page=1&stock=1&nstock=1&datasheet=1&pageSize=25 I guess an adapter or daughterboard is what's needed then. I've found some DIP to SOIC adapters, but they're not the right size and they only have 28 pins. I guess I'll have to use a daughterboard. RE: HP48 hardware hacking -- SOIC EPROMS? - blackjetrock - 05-01-2019 07:32 AM (04-30-2019 03:18 PM)Jonathan Busby Wrote:(04-30-2019 11:31 AM)franco51 Wrote: Hi You might be able to find some of these obsolete ones, maybe: https://www.digikey.co.uk/products/en/integrated-circuits-ics/memory/774?k=&pkeyword=&sv=0&pv961=16&pv961=17&sf=1&FV=ffe00306%2C402c9e%2C403da8%2C400943%2C401988&quantity=&ColumnSort=0&page=1&pageSize=25 Or, there are SPI flash chips that are in a 16 pin package. If you could find a suitable small FPGA you could create a parallel interface for the SPI flash chip. Or, if you could find a suitable microcontroller in a SOIC32 and it was fast enough, you could maybe emulate a ROM? Andrew RE: HP48 hardware hacking -- SOIC EPROMS? - Jonathan Busby - 05-04-2019 05:15 PM (05-01-2019 07:32 AM)blackjetrock Wrote: You might be able to find some of these obsolete ones, maybe: Thanks for the tip ![]() ![]() Regards, Jonathan |