Hi all,
The chip I use is JN5189, the SDK version I use is SDK2.6.2_JN5189DK6, and the routine I use is Zigbee_ed_rx_on.
I wanted to use the PIO21 pin as a general GPIO output (function 1 of PIO21 is a function of GPIO) and I found that after calling GPIO_PinInit() and IOCON_PinMuxSet() to set it to function 1, I still couldn't control its output low level properly.
It is worth mentioning that the above method can control the PIO7 output high/low level normally.
I want to know how to control the normal output of PIO21 high/low level?
BR,
Viki