Other Parts Discussed in Thread: SYSCONFIG
Hello everyone.
I need configure a POCI Pin as PIN_UNSIGNED. Is it possible to do that using SysConfig???
Thank you.
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.
Hello Mariano,
I hope you are doing well. While I do not think there is an automatic way to set POCI as unassigned, you may be able to set them manually:
-You would want to first reference the syscfg version of ti_drivers_config.c, then make a local copy (in your project) of ti_devices_config.c ti_drivers_config.c and ti_drivers_config.h. Next exclude those three files from syscfg automatic generation, and finally locate the POCI pin and set it to GPIO_CFG_NO_DIR.
https://e2e.ti.com/f/1/t/998066/ is a similar post on how to manipulate the pins on the board.
Thanks,
Alex F
Hello
I think is mandatory to add a pin to .pociPin of SPICC26X2DMA_HWAttrs instance.
.pociPin = PIN_UNSIGNED, but PIN_UNSIGNED does not exist . What should I put instead of??