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.

[参考译文] CC2652R7:支持的闪存

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1258705/cc2652r7-supported-flash

器件型号:CC2652R7

大家好、

我们是否有支持的闪存列表?我的客户担心他们选择的闪存与我们的器件不匹配。

谢谢~

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

    尊敬的 Zoey:

    有一个来自 片外 BIM 项目的 ext_flash.c 文件的列表

    // Supported flash devices
    static const ExtFlashInfo_t flashInfo[] =
    {
        {
            .manfId = 0xC2,         // Macronics MX25R1635F
            .devId = 0x15,
            .deviceSize = 0x200000  // 2 MByte (16 Mbit)
        },
        {
            .manfId = 0xC2,         // Macronics MX25R8035F
            .devId = 0x14,          //
            .deviceSize = 0x100000  // 1 MByte (8 Mbit)
        },
        {
            .manfId = 0xEF,         // WinBond W25X40CL
            .devId = 0x12,
            .deviceSize = 0x080000  // 512 KByte (4 Mbit)
        },
        {
            .manfId = 0xEF,         // WinBond W25X20CL
            .devId = 0x11,
            .deviceSize = 0x040000  // 256 KByte (2 Mbit)
        },
        {
            .manfId = 0x0,
            .devId = 0x0,
            .deviceSize = 0x0
        }
    };
     

    LaunchPad 上使用的是 MX25R8035F。  还可以使用不同的外部闪存组件、但这将需要 将此类产品添加到 BIM 和 OAD 应用程序项目的外部闪存资源中。

    此致、
    瑞安