Hello All,
1.) I am using CC2500 in my project with MSP430FG4619 for transferring ADC12 data.
But SPI support 8-bit data and ADC12 is 12-bit data so how will I send my ADC12 data for Transmission form one node to another?
2.) For CC2500 communication if I first send packet length and address, no data for variable packet length and second time I will send only data then at receiver side can I receive the ADC data or Not?
Yes then how? and no then Why?