Tool/software:
Hello there,
I followed the TI's guide (see the guid page) on how to create custom projects for running parallel stacks, particularly the BLE stack and sub GHz proprietary stacks.
The project builds, but it does not work properly in the run time. I have observed the following issues:
I have two devices, one that runs the TxPacket Proprietary and one runs BLE+RxPacket Proprietary via DMM.
1) if the DMM device boots up first, it would never catch any subGHz prop packet sent by the other device.
2) if the DMM device boots up after the subGHz prop sender, it will catch the packet but the proprietary stack goes non-responsive from that point on.
I have added the link to the entire project I have made:
CCS Project download link
I will be thankful if you could tell me what the issue is.