Other Parts Discussed in Thread: , WMBUS
Hi All,
I am using two Launchxl-CC1310 for developing wireless-mBus.
1) followed the instruction of the application note swra512 for programing wireless-mbus device that one for Rx and other is Tx.
2) And i am using the example code of the rfPacketRx and rfPacketTx. They don't work, if i copy the smartRF_setting.c of SWRA512.zip directly. The CC1310 with rfPacketTx seems can not sent packet to the one CC1310 of rfPacketRx.
3) When I remark the HW32_ARRAY_OVERRIDE(0x405C,1) and (uint32_t)0x1800 0200 in the smartRF_settings.c, the rfPacketTx can sent data packet to rfPacketRx.
4) What are the meaning of the setting HW32_ARRAY_OVERRIDE(0x405C,1) and (uint32_t)0x1800 0200 ? Is it affect the performance in wireless-mbus communication?
Thanks
Dragon