Other Parts Discussed in Thread: CC2530EM
Hello,
I'm using the CC2530EM attached to an SOC-BB and I want to configure UART1. TD and RD are accessed through Port 1 pins 6 and 7.
I need to read in a byte of data over UART1 on one SOC-BB (end-device), transmit this data over the air to another SOC-BB (coordinator) and then read the data out over UART1 to another microcontroller which will display it on a computer. However, I don't know where to start with Z Stack!
Where do I actually write the code to do this?
Do I need to write a function to do this in GenericApp.c?
Is Z Stack configured for UART0 by default?
Do I need to enable UART in the compile options?
Many thanks for your help
Ryan