Altera_Forum
Honored Contributor
14 years agoproblems with data passing in WM8731
Hye everyone .:)
I have problems with passing the data from ADCDAT to my processing block. The mode set for the audio chip is left justified, 16 bit data width, 48Khz deemphesizes and 384 fs oversampling. I try to pull and accumulate the data from AUD_ADCDAT until 16 bit and feed them to both left and right channel by using Audiodeserializer(and audiodeserializer to change the bit into acceptable format by AUD_DACDAT). I try to configure the design based on http://dgn.teamovercrest.org/resources.php (it is a very excellent design) but instead with a much simpler where I just do it in the block diagram and then run the program without using NiosII and GUI(total hardware~just download them into DE2 board using programmer tool). The problem is that I just keep end up producing bypass sound(without any data processing). I dont know where else that i need to fix, Can anyone help me :(? Fantagiro_88