完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
目前的协议栈低功耗只是建立在子节点自动进行低功耗模式,被MCU主动唤醒后进行数据上报。
我现在希望是能通过中心节点AP通过wor主动唤醒子节点ED。 如果不支持的话,我自己添加进去是否会有什么影响。目前在测试 |
|
相关推荐
5个回答
|
|
|
|
|
|
一直有个问题~ simpliciti协议栈SCB这个函数是怎么通过中断回调的~ 并没发现有执行回调的过程啊 |
|
|
|
中断Mrfi_board.c 里BSP_ISR_FUNCTION( BSP_GpioPort1Isr, PORT1_VECTOR ) |
|
|
|
#ifdef MRFI_TIMER_ALWAYS_ACTIVE/************************************************************************************************** * @fn MRFI_TimerISR * * @brief Manages the timer interrupts. * Everytime the timer overflows, this routine increments the * remaining bytes in the MRFI_Time array. * It also manages the 1 ms event counter sPending_ms_Events * See the above macro for implementation * * @param none * * @return void (nothing) ************************************************************************************************** */BSP_ISR_FUNCTION(Mrfi_TimerISR, BSP_TIMER_VECTOR)[ [ static union[ int32_t modulation; int8_t bytes[4]; ]; modulation += sTmrRateOffset; [ uint16_t limit = bytes[3]; limit += MRFI_ROLLOVER_LIMIT; BSP_TIMER_SET_OVERFLOW_VALUE( limit ); ] bytes[3] = 0; // clear upper byte ] MRFI_Time++;#ifdef FREQUENCY_HOPPING if( sHopCount == 0 ) /* if ready to hop frequencies */ [ sHopCount = sHopRate; sHopNowSem = 1; /* indicate a frequency change is due */ // manage the channel indexer in the isr so if a semaphore is missed, // the channel index is always up to date with the current channel sLogicalChannel++; // increment the channel index // check to see if the channel index is rolling over #if MRFI_NUM_LOGICAL_CHANS <= 255 if( sLogicalChannel >= MRFI_NUM_LOGICAL_CHANS ) sLogicalChannel = 0; #endif ] else /* if not ready to hop */ sHopCount--; /* decrement hop counter */ if( sHopCount > FHSS_HOP_MARGIN + 2 && sHopCount < MRFI_HOP_TIME_ms - 1 - FHSS_HOP_MARGIN ) sTxValid = true; else sTxValid = false;#endif if( sOne_ms_event_hook != NULL ) /* if a 1 millisecond hook function exists */ sOne_ms_event_hook( ); /* then call it */ BSP_TIMER_CLEAR_OVERFLOW_FLAG( ); /* clear the event */ return;]#endif这段代码协议栈并没有用到?? |
|
|
|
找到了~ 感谢回复 |
|
|
|
只有小组成员才能发言,加入小组>>
532 浏览 1 评论
386 浏览 1 评论
584 浏览 2 评论
NA555DR VCC最低电压需要在5V供电,为什么用3.3V供电搭了个单稳态触发器也使用正常?
831 浏览 3 评论
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
689 浏览 1 评论
AT32F407在USART2 DMA发送数据时,接包接到了要发送的数据,程序还是处于等待传输完成的标识判断中,为什么?
136浏览 29评论
718浏览 23评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
294浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
249浏览 14评论
两个TMP117传感器一个可以正常读取温度值,一个读取的值一直是0,为什么?
100浏览 13评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-1-11 23:31 , Processed in 0.847075 second(s), Total 53, Slave 48 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号