Hello everybody,
I want to set up a transmiddion via RS-232 on my SmartRF04 evalution board. I am using basic_rf for my wireless communiction, but i want to save some data of that on my pc via RS-232 communiction.
I already have some function of this via the files hal_uart. c and hal_uart.h. But I don't have the values of the following constants because they are not defined in the 2 files.
this are the constants:
UCA0CTL1
UCSWRST
UCSSEL_3
UCA0BR0
UCA0BR1
UCA0MCTL
UCOS16
UCBRF0
P3SEL
BIT4
IE2
UCA0RXIE
IFG2
UCA0TXIFG
UCA0TXBUF
Does anyone has the file where these constants are defined are does anyone knows how I can define these by muself???
Thank you very much!!!