Part Number: CC2650
Hi
I have a custom PCB with CC2650- MODA, and I have modified the Contiki files to get the correct UART pins for the custom board.
Basic examples works fine. But the RPL-BORDER_ROUTER application does not work!!
When you use LaunchPad and you plug to the Raspberry, you can see the /dev/ttyACM0 appearing and I can use the tunslip6 to perform the Border Router.
I do not have USB plug in my custom PCB, because I am using only RX, TX, VCC and GND pins to connect to the raspberry.
So, when I connect I do not see any /dev/tty.something.
I only have /dev/ttyAMA0 and /dev/ttyS0 that I was configured in the raspberry at the boot time.
But, when I execute the tunslip ... it does not work.
Is there any way to test the CC2650 UART pins?
Is there any way to map the UART pins to some /dev/ttyACM0 to be recognized by the tunslip6 app?
Regards