Dear All,
I am using SmartRF06 Evaluation board and CC13xx EM with contiki 3.0 to develop my application.
But now I have encountered two problems .
1. How to print debug messages to uart ?
2. Can I run my app with RFband from 480.1 Mhz to 485.5 Mhz ?
I have modified my code as below:
file: Dot-15-4g.h
#define DOT_15_4G_FREQUENCY_BAND_ID DOT_15_4G_FREQUENCY_BAND_470
#define DOT_15_4G_CHANNEL_MAX 675
#define DOT_15_4G_CHANNEL_SPACING 8
#define DOT_15_4G_CHAN0_FREQUENCY 480100
#define PROP_MODE_CONF_LO_DIVIDER 0x0A
Thanks.