Part Number: LP-CC1352P7 Hi there,
I found this video on TI website about Zigbee Sub-1 GHZ mesh network. https://www.ti.com/video/6237255183001?keyMatch=ZIGBEE%20SUBGHZ
Other than the video, I cannot find any more information about Zigbee Sub-1 ghz demo…
Part Number: CC1352P7 Other Parts Discussed in Thread: CC2650 , SYSBIOS , Dear Sir,
We are currently engaged in a project involving the streaming of audio data through I2S. Regrettably, it appears that, despite our efforts, we are encountering difficulties…
Part Number: CC1352P7 Other Parts Discussed in Thread: LAUNCHXL-CC1352P1 , , UNIFLASH Hi,
We found Flash Programmer 2 don't surpport LAUNCHXL--CC1352P7-1 at the same time surpport LAUNCHXL-CC1352P1.
Flash Programmer 2 can not connected to LAUNCHXL--CC1352P7…
Are you doing any modifications at all to the code above?
I have tested the code again, and it has
RF_cmdPropRxAdv.pktConf.bUseCrc = 0x1;
and all the packets sent are received as expected.
Siri
Part Number: CC1352P7 Hi TI!
Is it possible to have running on the MCU a BLE application (similar to a simple peripheral) and at the same time listen to the 868MHz channel waiting for the reception of a message on the 868MHz channel?
Best regards.
Part Number: CC1352P7 Other Parts Discussed in Thread: SYSCONFIG Hi,
We use "..TI\simplelink_cc13xx_cc26xx_sdk_6_40_00_13\examples\nortos\LP_CC1352P7_1\drivers\i2ctmp" to build our project. If we config iic pin to other pin in syscfg, it do not…
Part Number: CC1352P7 Hi,
We test on "simplelink_cc13xx_cc26xx_sdk_6_40_00_13\examples\rtos\LP_CC1352P7_1\drivers\i2ctmp\tirtos7\ticlang". We added while(1) on “for (i = TMP_COUNT - 1; i >= 0; i--)”,i.e. { for (i = TMP_COUNT - 1; i >= 0; i--…
Part Number: LP-CC1352P7 Other Parts Discussed in Thread: SYSBIOS , SYSCONFIG Hi,
We want to use gate funtion according " SYS/BIOS (TI-RTOS Kernel) v7.x User's Guide "。
After compiled,undefined symbol as following:
ti_sysbios_gates_GateHwi_Pa…
Part Number: CC1352P7 Hi,
We use Task_sleep() in 2 tasks. We found if 2 tasks all call Task_sleep() at same time, the program will jump out to while(1).
Regards
Dong