Hi,
my aim was to combine aic3204 and CSL_UART_Intexample to send serial command to the C5515 eZDSP to play tone of various frequencies and intensities.
I was able to play a tone when arbitrary character 'k' is received by the DSP. After the first tone is played, the DSP serial RX line is receiving the next commands just fine but the TX line seems to stop working.
After debugging and commenting the codes that might affect the TX line, I found
SYS_EXBUSSEL = 0x6100; // Enable I2C bus
in aic3204_test.c seems to be the problem. when I commented it, the TX line has no problem sending characters.
Thanks for your help in advance.