Hello,
I am trying to use the TMS320C5515 Fingerprint Development Kit (FDK) to activate a DC Solenoid upon a sucessful scan. Ideally I would like to map a pin on the BSL connector of the extension board that would output a voltage signal (>3 VDC) for a certain amount of time (that I could control from within the code). I understand how to write a data command in the code using the SYS_GPIO_DATAOUT function, but I do not know the physical address of any pin on the BSL connector.
For instance the RED LED ON would use SYS_GPIO_DATAOUT0 |=0x0400;
and the RED LED OFF would use SYS_GPIO_DATAOUT0 &=0xfbff.
What address would I use for a pin on BSL connector both on and off?
Thanks!