Other Parts Discussed in Thread: CC1350, TM4C1294NCPDT
Hello,
I am using CC1350 which is running cetic-6lbr program in 6lbr/examples/6lbr directory in Contiki . It is successfully running upto getting the MAC ID. In order to have IP address it needs to have one Ethernet device interfaced with it. I refereed following blog post which interfaces cc1350 with ENC28J60 and together they act as a router with 6lbr running.
http://sunmaysky.blogspot.in/2017/03/spi-connection-between-launchxl.html?m=1
But instead of ENC28J60 I want to use tm4c1294ncpdt's Ethernet to give cc1350 IP address. I want cc1350 interface with tm4c1294ncpdt using uart.
How it would be possible to take IP address from tm4c1294ncpdt uart and give it to cc1350 running cetic-6lbr application?
Is it possible to do so? If yes kindly suggest the guidelines.
Thanks.