Part Number: CC2560
Hi,
I am trying to use PAN1326B, my circuit such as:
then, i try to send a command from MCU to PAN1326, for ex. , i try to send a package:
buf[len++] = 0x01; // -Type : 0x01 (Command)
buf[len++] = 0x09; // -Opcode
buf[len++] = 0x10; // -opcode
buf[len++] = 0x00; // -Data Length
but I couldnt receive (event ) back from PAN1326.
My questions:
1. Power up, I connect pin nSHUTD with 1.8V, and start SLOW CLOCK and POWER SUPPLY pins (VDD_IO, CL1.5_LDO_IN, MLDI_IN) at the same time, is it ok? I see the LED conneting with HCI_RTS is OFF
or I must do exactly the same with the userguide
Thank you so much,
Hoang


