Other Parts Discussed in Thread: CC3220SF, CC1310, CC1350
Hello,
I have built a gateway using CC1310 Launchpad + ENC28J60 Ethernet Controller and ran 6LBR Lite on it because I want to establish a 6LoWPAN communication between the gateway that I built and another 2 applications (2x CC1310 Launchpads), where I ran the CC26xx web demo on them. I also want to establish wireless communication between the gateway and a CC3220SF Launchpad.
The issues I have faced are:
- I ran out of flash memory for all the CC1310 Launchpads, since the 6LBR Lite is 128KB in size, and the web demo is 128KB in size as well, which is the total flash memory size for the CC1310 Launchpad.
- I couldn't find any documentation on how to establish wireless communication between the CC1310 Launchpad and the CC3220SF Launchpad.
My questions are:
- How can I run a code on the CC1310 if it's out of flash memory? Can I add any external component to fix that issue?
- Is there any documentation to help with the communication between the CC1310 and CC3220SF Launchpads?
Thank you,