This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GPIO writing (SmartRF05 battery board , cc2530)

Other Parts Discussed in Thread: CC2530

I am working on a task to write logical values on the GPIO pins of SmartRF05 battery board for the cc2530 EM and read them using an oscilloscope.
After having a look on the datasheet I noticed that I can use the probe connectors P4 and P5 for this purpose. By the way

P5SEL &= ~0x00; /* Set as GPIO */
P5DIR &= ~0x00; /* Set as Output */

returns an error as the P5SEL is undefined. Do you know any example code to perform this task?

Thank you