HI,
We have made a custom IWR6843AOP board.
As per datasheet, We want to use GPADC_X as output GPIO control pin.
But in the firmware we are not able to configure GPADC_X pins as OUT.
Please help in configuring GPADC_X pin as output.
Thanks,
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.
HI,
We have made a custom IWR6843AOP board.
As per datasheet, We want to use GPADC_X as output GPIO control pin.
But in the firmware we are not able to configure GPADC_X pins as OUT.
Please help in configuring GPADC_X pin as output.
Thanks,
Hello,
This e2e FAQ document included pinmux header files for our AOP devices: https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1024687/faq-awr6843aop-mmwave-sdk-pinmux-awr1843aop-and-awr6843aop?tisearch=e2e-sitesearch&keymatch=aop%2520pinmux%2520awr6843aop#
In main.c in MmwDemo_platformInit the pinmuxes are defined.
Please let me know if this helps.
Thanks,
Angie Mitchell
Hi Angie,
This will not help. These pinmux files also don't have the configurations for P17, P18 and T18 pins ( IWR6843AOP)
Is there any other way ?
Yash,
GPIO is not supported on those pins so they are not included (see table 7-1 in the datasheet for more information).
However there are many other pins that are capable of GPIO and by using the header file attached you can access those.
Would those GPIOs work for your use case?
Thanks,
Angie Mitchell