Post Go back to editing

Stuck in Loop in the ADC DAC Playback Example with ADSP-SC584

Hello,

I´m using ADZS-SC584-EZLITE Board with ICE-1000 and I wated to test the Dac with an Example-Project. I´m not sure which Version of the Playback-Project (ADSP-SC573 || ADSP-SC589) I should test.

I tried both Projects and changed the SoftConfig Source File for these Projects with the SoftConfig for SC-584. I commented out the Playback define (#define PLAYBACK) to run this Project in analog loop-Back. I connected the very left 4 Outputs with the 4 Inputs (INP1 to OUT1, INP2 to OUT2 etc.) like in the Readme.

When I step through the Code I noticed that I get stuck in the while-Loop with the ProcessBuffers()-Function. The AdcCounter and DacCounter stay both at 0.

Does anyone made the same experience with those Projects.

Which Project is the better choice for my Board (ADC DAC Playback SC-573, ADC DAC Playback SC-589, ASRC Playback SC-589).

Can someone help me please

If additional Information are needed than let me knnow.

Regards 

Viktor 

It seems that the Callbackfunction of the DAC and ADC never get triggered to apply the GetDac and GetAdc Pointers with new values

have someone get confroned with the same issue.

I realy need help 

Regards

Viktor



Additional Information
[edited by: DSP_MAXC at 3:30 PM (GMT 0) on 18 Mar 2019]
Parents
  • Hello,

    We are able to run the ADC_DAC_Playback example successfully in ADSP-SC584 EZ-KIT.

    We have tried the example which is available in the below BSP location and just ported the example to ADSP-SC584. Also commented out the #define PLAYBACK in adc_dac_playback.h file.
    C:\Analog Devices\ADSP-SC5xx_EZ-KIT_Lite-Rel2.0.2\ADSP-SC5xx_EZ-KIT\Examples\drivers\adc\adau1979\adc_dac_playback\SC589

    Regards,
    Santha kumari.K

  • I have Imported the same Project but I´m unable to run this Project on the ADZS-SC584-EZLITE. I´m not able to load the Programm when I set the Debug-Configuration for a SC-584 Processor.

    I tried to Debug this BSP with Debug-Configuration of a SC-589 Processor but with this Configuration I got the following Error:

    [TpsdkServer] Failed to connect to processor.

    Error: 0x80044005

    Is there a way to convert the Example-Project?

    Regards

    Viktor

Reply
  • I have Imported the same Project but I´m unable to run this Project on the ADZS-SC584-EZLITE. I´m not able to load the Programm when I set the Debug-Configuration for a SC-584 Processor.

    I tried to Debug this BSP with Debug-Configuration of a SC-589 Processor but with this Configuration I got the following Error:

    [TpsdkServer] Failed to connect to processor.

    Error: 0x80044005

    Is there a way to convert the Example-Project?

    Regards

    Viktor

Children