MCU-PLUS-SDK-AM64X: Supported Flash part numbers

Genius 17575 points
Part Number: MCU-PLUS-SDK-AM64X
Other Parts Discussed in Thread: SYSCONFIG, AM6411

Hello,

My customer has a question for MCU-PLUS-SDK-AM64X.

According to the below site, 

https://software-dl.ti.com/mcu-plus-sdk/esd/AM64X/latest/exports/docs/api_guide_am64x/BOARD_FLASH_PAGE.html

the below flash devices are supported.

  • S28HS512T (1.8V)
  • S25HL512T (3.0V)

Then they are asking if the below part numbers also can be supported with the same Sysconfig configuration.

  • S28HL512T (3.0V)
  • S25HS512T (1.8V)

Does the SDK also support these part numbers without any sysconfig modification?
They are using AM6411.

Regards,
Oba

  • Hi,

    I am reviewing the flash datasheet and I will update if any additional changes need to be incorporated or not to support the another variant of the same flash(difference just being in voltage).

    Regards,

    Vaibhav

  • You would just need to change the Device ID MCSB, currently in SysConfig for your application, the FLASH section will show the value for Flash JEDEC Device ID as 0x5B1A, you need to change this value to 0x5A1A for S28HL variant.

    Similarly, for QSPI flash if you use S25HS variant, then the id should be updated from 0x2A1A to 0x2B1A

    No other changes will be required apart from this.

    Regards,

    Vaibhav