Other Parts Discussed in Thread: CC2538 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/582005/how-to-change-to-just-io-port-wakeup…
Other Parts Discussed in Thread: TIMAC 环境:IAR版本8303;
开发包:TIMAC;
硬件:CC2530F256
将NV操作移植到TIMAC工程中,添加OSAL_Nv.c和.h文件后,编译提示错误:
Fatal Error[e72]: Segment ZIGNV_ADDRESS_SPACE must be defined in a segment definition option (-Z, -b or -P)
应该是需要定义location,怎么进行定义…
Other Parts Discussed in Thread: CC2538 , TIMAC 本人新入CC2538 开发,使用过ST的开发库,TI的开发库不是很熟悉,准备使用2538的TIMAC做开发,相关中文资料不多,想找一些关于TIMAC库的入门级资料(中文的)。比如使用教程之类的最好。
哪位大侠知道有相关资料推荐。
不胜感激!!
Other Parts Discussed in Thread: CC2530 现有休眠方法的实现如下:
1.POWER_SAVING的预编译宏已经开启
2.Power.standbyPolicy也已经使能
/* Enable idle task (default). */ Task.enableIdleTask = true;
/* Idle CPU when threads blocked waiting for an interrupt */ Power.idle = true; Power.policyFunc…