Hey!
I'm trying to talk to my DAC7554 since a while but I have several problems. I hope you can help me!
I tried using the CCS tool to configure my daughter card which is a DAC 7554 but I don't even get a clock to the daughter card.
With the support tool seems everything be just fine. No warning or error. I have included the new .h files (#include "t7554_fn.h" #include "tidc_api.h") and the compiler does well with this.
I tried to initialize with
dc_configure(&Dac7554_1)
but it doesn't work. As I said there is no clock or any serial data transfer
My program is a sinus generator using edma. With the AIC23 it is already working but I want to give it to my DAC (for future works)
Does anybody know if there are special jumpers on the board I have to set / unset ?