请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号: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
},
}};
谢谢你
此致、
昆英