Other Parts Discussed in Thread: CC2630 switch(pMsg->hdr.event) { case zstackmsg_CmdIDs_AF_INCOMING_MSG_IND: {
// Process incoming data messages zstackmsg_afIncomingMsgInd_t *pInd = (zstackmsg_afIncomingMsgInd_t *)pMsg; Switch_processAfIncomingMsgInd…
Other Parts Discussed in Thread: CC2630 , CC2530 , CC2650 你好,因为公司的需求,需要将CC2530的终端产品移植到CC2630上。在翻阅CC2630的datasheet发现:2630的I/O脚并没有像2530一样,外设功能具体到哪一个引脚。因此在此想询问一下,是否2630I/O设置外设是灵活的?2630所有引脚是否都能通过配置实现相应的外设功能呢?
Other Parts Discussed in Thread: CC2630 hello,guys,i have some questions,I want to know that cc2630 uses zstack_ home_ 1.02, making a very simple application that sends 100 bytes of data every 10 minutes in low power mode,in the case of 550mah battery power…
请问使用 CC2630 看门狗,实现代码以及相关配置操作和驱动,可以分享一下吗?我参考的这个例程,为什么执行到打开Watchdog_open(0, ¶ms);会停止往下执行。
Iwant use the CC2630 watchdog, implementation code and related configuration operations and drivers, can you share? I referenced following link, why the execution…