7 years, 11 months ago.

RF/WIFI expansion

I'm porting a code from LPC1768 til K64f. I uses the RF/WIFI port to talk to a ADIS16445 sensor. First I found that there is a bug n documentation. CE is not PTC12 but PTB20. I would be nice if that was corrected. But when I read I onliny get to first word. The second read give zero, even if I kan see that Im reading the correkt value. /media/uploads/gert_lauritsen/image17847.png This read just gives me the first 0x0040, the last 0x3D00 is just zerro

ADIS16xxx->write(RegAdr); Initiate Read

tmp[0]=ADIS16xxx->write(0x0000);

tmp[1]=ADIS16xxx->write(0x0000);

Question relating to:

The Freedom-K64F is an ultra-low-cost development platform for Kinetis K64, K63, and K24 MCUs.
Be the first to answer this question.