I'm using the C5505 ezdsp usb stick and have learned how to load boot images of code to the stick's EEPROM so that the code can be run in stand-alone. However, none of my attempts to use the available GPIOs (21-25) have succeeded. I'm using the methods of usbstk5505_gpio.h. Since I have had success with the GPIOs in debug mode, I'm guessing that debug mode automatically initializes something there that isn't initialized in stand-alone mode, but I don't know how to figure out what that is. How can I get the GPIO pins to work in stand-alone mode?