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.

[参考译文] LAUNCHXL-CC1312R1:使用 FLASH-ROVER 工具访问我们定制硬件上的外部闪存(w25q80dv)

Guru**** 2483615 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1202523/launchxl-cc1312r1-using-flash-rover-tool-to-access-the-external-flash-w25q80dv-on-our-custom-hw

器件型号:LAUNCHXL-CC1312R1

您好!

我想使用 flash-roft 工具(https://github.com/ti-simplelink/flash-rover) 来访问  我们的定制硬件上的外部闪存(w25q80dv、8MB)。 但是、当前的 FLASH-Rover 工具似乎不支持该部件。 获得 IT 支持的最佳和最快方法是什么?

https://github.com/ti-simplelink/flash-rover/blob/master/src/fw/bsp/ext_flash.hpp

static constexpr std::array<XflashInfo, 4> supportedHw = {{
    // Macronics MX25R1635F
    {
        0x200000,  // 2 MByte (16 Mbit)
        0xC2,
        0x15
    },
    // Macronics MX25R8035F
    {
        0x100000,  // 1 MByte (8 Mbit)
        0xC2,
        0x14
    },
    // WinBond W25X40CL
    {
        0x080000,  // 512 KByte (4 Mbit)
        0xEF,
        0x12
    },
    // WinBond W25X20CL
    {
        0x040000,  // 256 KByte (2 Mbit)
        0xEF,
        0x11
    },
}};

谢谢你

此致、

昆英