hi friends
i am using RCM4000. I have a doubt which i cant clear by myself. so i am here. i want to change the default pin confic by hardware.
let me explain with an example
"PB7 acts as the CS line on the ADC
PB0 is the serial B clock line(SCLK)
PC4 is the data output(MOSI)
PC5 is the data input(MISO)"
I found this from the sample program of SPI folder and file name is SPI_TEST.C. they declared those pins for there purpose. when i run this program its showing a default value 0XFF. if then is there really a ADC inbuild? and if this ADC using those pins for SPI can i use any other SPI interface like RF transmitting with the same pins with out disabling the exist ADC and can i get the perfect output?
I have connected one RF transceiver using SPI to RCM4000. first i want to check whether my RF module Receiving the data or not at the SPI MISO pin using LED!!! as well as at the transmitting pin MOSI.
how can do this with an LED at my transmitting board itself.
my another doubt is using RF Transceiver can i transmit the data and receive the same data using some time delay by the same RF Transceiver???i.e there is separate Receiver, at my RCM4000 board itelf… pls clear my doubt…