isme
isme - 认证专家
冰镇大西瓜

注册于 3年前

回答
337
文章
21
关注者
30

复制整个SDK,不建议自己新建工程。

设备表里面配置,文档有设备表的相关使用说明。

固件加密会通过芯片ID,MAC地址和FLASH ID等生成唯一ID,再通过公钥加密,私钥解密。

不支持硬件压缩,软件压缩需要自行移植开源库哦。

无法获取,可以配置timer_cfg.unit = TLS_TIMER_UNIT_US;自己封装ms级别定时器,就可以获取us。

I have already given the feedback. Wait for my good news.

感谢提出问题,已跟R&D反馈。方便问下当前你这边用的哪个浏览器,以及分辨率?

固件加密和自定义资源没有啥联系,自定义资源支持存放到flash的指定位置。可以参考http://ask.winnermicro.com/article/80.html

代码存放在flash的实际起始地址。

To resolve the SyntaxWarning caused by an invalid escape sequence c in Python, you can declare the string as a raw string. Simply add an r prefix before the triple quotes at the beginning of the string:

发布
问题