Hi All
I design my hardware just like referrence design: xc32k1,portsel: connect to GND;
BR1,BR2,BR3,SIN,SOUT: connect to VCC; baudrate:57600;
RESET: connect to mcu's reset,which is High;
SUSPEND: pull up;
SLEEP: pull down;
RTS: connect to mcu's gpio input;
uart setting:1 start bit;1 stop bit;8 data size; no parity;57600;
the clock is 16Mhz;
After I reset the system, I will do uart config,then send command to NRF24AP2E ; but I can't get any message from it.And it's strange that the bit period is 25us measured by Oscilloscope,which should by 17us.
Can anybody help me?Thank you very much.