• Visit https://www.embeddedcomputers.net/ for Hardware; Software and all other things related to FlashcatUSB

INTEL DD28F032SA and SHARP LH28F320SKTD in TSOP-56 (NOR 32Mbit of 2x 16MBit banks)

*Harry*

New Member
They are not included in the overview of supported parallel NOR flash devices for FlashcatUSB XPORT there:
https://www.embeddedcomputers.net/products/FlashcatUSB_XPORT/

Is the listing just incomplete, so the FlashcatUSB Software will support both for read & write operation? (basically they are identical flashes)
If supported, I think the TSOP-56 Type B adapter should be the right one - correct?

-Thanks, Harry
 

Attachments

  • DD28F032SA_Intel_32MBit_(16MBit_x2_banks)_FLASH_TSOP56.pdf
    1.4 MB · Views: 2
  • LH28F320SKTD-L70_SHARP_32MBit_(16MBit_x2_banks)_FLASH_TSOP56.pdf
    2.7 MB · Views: 0
ok, I think I have no luck ... 28F032SA and 28F320SKTD is not included in the "LIST OF SUPPORTED FLASH DEVICES" of the most recent flashcatUSB_Manual.pdf (FCUSB_WIN636_112221.zip)

Just to be sure - please can anyone of the developement team confirm that?
Many thanks!
 
TSOP56 TYPE-B adapter, and this definition for the flash should work:
FlashDB.Add(New P_NOR("Intel DD28F032SA", &H89, &H66A0, Mb032, VCC_IF.X16_5V, BLKLYT.Kb512_Uni, MFP_PRG.IntelSharp, MFP_DELAY.SR1))
Make sure 5V is selected on the VCC switch.
 
Sounds good, will give it a try!
Have placed an order at Embedded Computers about FlashcatUSB XPORT + some adapters

Thanks for your kind support
:)
 
The 28F032SA uses two 28F016SA dies. And it will detect as 28F016SA in the next software update. So you can use a feature in the software called multi-die, and set it to A21:

28F032SA.png

A21 on the standard header goes to pin 3 on the package:

p56_sa_header.png

Which is used as CE2 to select the first or second die (as CE1 is always set to GND).
 
Back
Top