If I want to have just a regular digital output configured in my BSP I have to do the following in the bsp.hconfig file:set BSP_PIN_81_FUNCTION_NAME to "MY_OUTPUT_PIN"
set BSP_PIN_81_FUNCTION_TYPE to "GPIO_OUT"
That will configure the pin..