Hello experts,
I'm working on no-OS sample for adrv9002 on zcu102 platform.
I could compile the source code, but some error occurred when I executed it.
The versions are as follows:
ADRV9002 Rev 12.0, Firmware 0.20.0.10 API version: 48.49.2
When I wrote following definition on the top of headless.c,
#define DAC_DMA_EXAMPLE
#define XILINX_PLATFORM
#define ADRV9002_RX2TX2
the console output was as follows:
Xilinx Zynq MP First Stage Boot Loader
Release 2021.1 Apr 26 2022 - 23:16:10
PMU-FW is not running, certain applications may not be supported.
Hello
ADRV9002 Rev 12.0, Firmware 0.20.0.10 API version: 48.49.2 successfully initialized
adrv9002_post_setup() failed with status -5
When I comment out ADRV9002_RX2TX2 ,
#define DAC_DMA_EXAMPLE
#define XILINX_PLATFORM
//#define ADRV9002_RX2TX2
the console output was as follows:
Xilinx Zynq MP First Stage Boot Loader
Release 2021.1 Apr 26 2022 - 23:59:58
PMU-FW is not running, certain applications may not be supported.
Hello
ADRV9002 Rev 12.0, Firmware 0.20.0.10 API version: 48.49.2 successfully initialized
axi-adrv9002-rx-lpc: Successfully initialized (61444091 Hz)
axi-adrv9002-tx-lpc: Successfully initialized (61444091 Hz)
axi-adrv9002-rx2-lpc: Successfully initialized (61444091 Hz)
axi-adrv9002-tx2-lpc: Successfully initialized (61444091 Hz)
Error transferring data using DMA.
I would appreciate it if someone could help me.
If additional information is required, please let me know.
Best regards,
Kazuyuki