I have searched ti long and hard and can't find librarys or macros.
Where can Infind these documents?
SYS_EXBUSSEL |= 0x0020;
// Select A20/GPIO26 as GPIO26
USBSTK5505_GPIO_init();
USBSTK5505_GPIO_setDirection(GPIO26, GPIO_OUT);
USBSTK5505_GPIO_setOutput( GPIO26, 1 );
// Take AIC3201 chip out of reset
USBSTK5505_I2C_init( );
// Initialize I2C
/* Codec tests */
Martin Potts