Other Parts Discussed in Thread: AWR1843
Tool/software:
I have been trynng to reassign some of the pins on the 1843AOPEVM to be GPIO but they dont appear to change.
I have tried reassigning the I2C_SCL to GPIO15 which is Pin V16 on this chip and JTAG_TCK to GPIO_17 which is Pin T3 . I used the following code to reassign.
When I build and deploy I expect the output to be low on GPIO15 with the above code but on the oscope it is always high, conversely I can set GPIO_17 to be high but it is always low on the oscope.
I have also tried toggling the output pin with the following code that works on GPIO_2 but not for GPIO_15 or GPIO_17.
I have read the codumentation and looked at the GPIO test in the toolbox and it looks like I am doing everything correctly however GPIOs 15 & 17 are not repsonding to the code.
Any help would be appreciated.