This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TUSB9261: SPI flash recomendations

Part Number: TUSB9261

Hi I am using TUSB9261 in my design when i checked SPI flash recommendations in the TUSB9261 implementation guide document all the 5 flash options shown in the document are Obsolete. can you recommend me a  flash chip that is can use and program it in the same way as your demo board (in circuit programming: connecting TUSB9261 chip to a PC using usb port and programming flash using TUSB9261 SPI lines).

thank you.

  • Hello MIthun,

    You can use any flash that support the following commands.

    SPI Commands Supported by TUSB926x Bootcode/Firmware

     

    OPCODES

    Opcode Name

    Opcode

    OpcodeReadJEDEC

    0x9F

    OpcodeWriteEnable

    0x06

    OpcodeWriteDisable

    0x04

    OpcodeReadStatus

    0x05

    OpcodeWriteStatus

    0x01

    OpcodeReadData

    0x03

    OpcodeFastRead

    0x0B

    OpcodePageProgram

    0x02

    OpcodeSectorErase

    0x20

    OpcodeBlockErase

    0xD8

    OpcodeChipErase

    0xC7

    OpcodePowerDown

    0xB9

    OpcodeReleasePowerDown

    0xAB

    OpcodeManufacturerID

    0x90

    An example of this kind is MX25L1606E

    Regards, 

    Roberto

  • Hi Roberto,

       Thanks for the reply i bought  TUS9261Demo board and replaced spi flash on board with  AT25DN512C-SSHF-B and it worked.

    with regards,

    Mithun Ceekala.

  • Hello Mithun,

    I'm glad to know you find one that fit on your project, please feel free to open a new tread if any future support is required.

    Regards, Roberto