I am currently working with a GM02SP-based design and the Nektar EVK, using firmware version UE8.2.0.5. I need to control GPIO5 (PCM_FS) as a digital output during normal operation in order to drive an RF antenna-switch.
I have reviewed the AT Commands Reference Manual (LR 8.2) and attempted to use the AT+SMGT GPIO control command in manufacturing mode. The procedure used was:
AT+CFUN=5
AT+SMGT=0,0,0x20,0,0,0x20
AT+SMGT=0,0x20,0,0,0x20,0
AT+SMGT=0,0,0x20,0,0,0x20
without success. Questions:
- Is GPIO5 / PCM_FS exposed as a controllable GPIO on the GM02SP with firmware UE8.2.0.5?
- If controllable:
-
What is the correct bitmask and parameter position for AT+SMGT to set GPIO5 high/low?
-
Is any pinmux configuration required to free PCM_FS from its peripheral function?
-
- If not controllable:
- Is there a firmware option, configuration file, or custom build that allows PCM_FS to be reassigned as a GPIO for application use?
- Is there an alternative AT command or recommended method to control a general-purpose output pin during runtime for RF switch control?
Thank you very much.