-
GW3323 官方SDK在code::blocks编译不了 sos
Project/Target: "GW3323_GPIO_IN - Debug": The compiler's setup is invalid, so Code::Blocks cannot find/run the compiler. Probably the toolchain path within the compiler options is not setup correctly?! Do you have a compiler installed? Goto "Settings->Compiler...->Global compiler settings->unknown->Toolchain executables" and fix the compiler's setup. Skipping... 没有什么可以做(所有项目是最新的). 我正确设置了编译器的位置,试过几遍无法编译 我用杰理的蓝牙SDk例程编译没有问题,差别是杰理有个codeblocks的工具链安装
133浏览量 0回复量 关注量 -
如何将已定义的常数数组的地址重新定义为原地址减32?
51单片机,keil V4 编译器:已定义:code unsigned char C_LED7_CODE_ADDR[]={xxxxxxx}; 我现在需要重新定义一个常数数组C_LED7_CODE[],其起始地址为上述数组地址减32、不影响数组内容和其它程序,可以做到吗?
980浏览量 1回复量 关注量 -
256K 后执行速度GD32F103VET6
[i=s] 本帖最后由 475463351 于 2021-6-10 13:11 编辑 [/i] 官方说法:GD32F10x 系列的 Flash 分为 Code 区(前 256K)和 Data 区(256K 以后的区域),二者在擦 写操作上没有区别,但是读操作时间上存在较大差别,code 区代码取值零等待,data 区执行 代码会有较长延时。应用中如果涉及该架构影响到使用可以通过分散加载来改善,具体做法参 考分散加载应用文档。我想问下扫描时候改成一样的速度?后256K严重影响运行效果,和前面256K,要写两种代码,兼容性非常不友好
1904浏览量 1回复量 关注量