主题中讨论的其他器件:CC3120、 CC3100、 UNIFLASH、 CC3135
R3.0是否是 对 Get 192.168.1.1/param_product_version.txt 请求的有效响应? 尽管移动配置文档说 R1和 R2是预期的响应、但我注意到一些模块会返回 R3.0。
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.
非常奇怪。 CC3100的 ROM 中没有"product_version"文件。 您能否读取文件列表(使用 uniflash)并检查 是否可以在闪存文件系统中找到该文件?
在哪里可以找到运行此命令的说明?
您能否从软件中读取芯片版本?
获取版本的示例:
SlVersionFull ver; pConfigLen = sizeof(ver); pConfigOpt = SL_DEVICE_GENERAL_VERSION; sl_DevGet(SL_DEVICE_GENERAL_CONFIGURATION,&pConfigOpt,&pConfigLen,(_u8 *)(&ver)); printf("CHIP %d\nMAC 31.%d.%d.%d.%d\nPHY %d.%d.%d.%d\nNWP %d.%d.%d.%d\nROM %d\nHOST %d.%d.%d.%d\n", ver.ChipFwAndPhyVersion.ChipId, ver.ChipFwAndPhyVersion.FwVersion[0],ver.ChipFwAndPhyVersion.FwVersion[1], ver.ChipFwAndPhyVersion.FwVersion[2],ver.ChipFwAndPhyVersion.FwVersion[3], ver.ChipFwAndPhyVersion.PhyVersion[0],ver.ChipFwAndPhyVersion.PhyVersion[1], ver.ChipFwAndPhyVersion.PhyVersion[2],ver.ChipFwAndPhyVersion.PhyVersion[3], ver.NwpVersion[0],ver.NwpVersion[1],ver.NwpVersion[2],ver.NwpVersion[3], ver.RomVersion, SL_MAJOR_VERSION_NUM,SL_MINOR_VERSION_NUM,SL_VERSION_NUM,SL_SUB_VERSION_NUM);
在哪里可以找到运行此命令的说明?
>您可以参阅 应用手册 /CS-file/__key/communityserver-discussions -compon组件/968/Provisioning_5F00_Mobile_5F00_App_5F00_Application_5F00_Note.pdf 的第3.7.1节
您能否从软件中读取芯片版本?
>芯片67108864
MAC 31.1.2.0.2
PHY 1.0.3.23
NWP 2.2.0.1
ROM 13107
主机1.0.1.6