AD9361 RX/TX PLL correction words
Hello,Is it possible to compensate the frequency offset on AD9361 by writing to some registers with correction amount?There are some references to regiters 0x24E, 0x24F, 0x28E, 0x28F in some...
View ArticleRe: AD9361 - initialization data for specific LTE FDD bands
...and yes, you will have to implement just the communication layer (the files from the platform_***** folders). We also have an example of platform drivers for Linux userspace.All the other files are...
View ArticleRe: Excat location of accelerometer(s) in ADIS16448
Hi Mark,thank you for your answer. With the caveat of my line of thinking being entirely wrong somewhere, I see the following issues with remapping: First, to correctly remap linear accelerations, one...
View Articlesport loopback on 21489
Hi, I am trying to implement a sport loopback test where SPORT0 is the TX master that generates the clock and FS, and SPORT1 as RX. The problem is that one TX interrupt is triggered once, while RX not...
View ArticleRe: AD9364 - RX/TX Path Clock Frequencies
Hi Mark, We will take a look at your problem. Regards,Dragos
View ArticleRe: AD7767: Is it possible to get the FIR filter coefficients?
Hi KarenNE,Is it possible for you to post the answer for the community to reference?Thank you,Lisa
View ArticleRe: CCES could not connect to 21489 EZlite
Colin, I read the FAQ, then took a look at my board. You are right, the JP1 on the small "agent" board was not connected. After I put the jumper on, the CCES is able to connect to the board:) Thanks a...
View ArticleRe: FMCOMMS2+KC705 single tone reception problem
Mike, We have compared the captured data from KC705 and Zed but we didn't see any abnormal spread spectrum. KC705:Zed:Note: This time we have applied Hanning window. Regards,Dragos
View ArticleRe: RSSI Symbol decoding
Hi Jinoj, The following sequence should help you: struct rf_rssi rssi; rssi.ant = 0; rssi.duration = 1; ad9361_get_rx_rssi(ad9361_phy, 0, &rssi); printf("rssi = %d.%02d dB\n",...
View ArticleRe: ADE7373A SPI questions
Hi frankd In fact, every 8kHz cycle, you will have to read the STATUS0 (32-bit) register to check which interrupt has been triggered; if DREADY bit is set to 1, then write to the STATUS0 (32-bit)...
View ArticleRe: FMCOMMS5
Hi, Can you send me the updated image for ZC702+FMCOMMS5 ?Once I change the HDL must I regenrate the boot image or can I load the bit file only using the USB-JTAG to override the existing HW image?...
View ArticleRe: AD7626 Application
Dear Zhouzhx, Help with Using EngineerZone is not a product support place. You have asked your question where people learn how to use EngineerZone. I am tagging ClaireL for assistance with the AD7626...
View ArticleRe: Arduino Program Running the AD9833/AD9834/AD9837/AD9838
Thanks for Your concern,I tried Something,It is driving the AD9833 from an Arduino Board (with the uC Atmega328P).But I have only a short experience in microcontroller programming, so Istill hope...
View ArticleRe: ADE7373A SPI questions
Thanks for helping us on this one, so sorry, maybe I am missing something... By my calculations, reading and then writing the STATUS0 register consumes 14 bytes of SPI traffic, at 2.5Mhz each byte is...
View ArticleRe: AD534 SF Problem
I am trying to use it to do simple division, 10V*(Z2 - Z1)/(X1 - X2), I have grounded Y1 to get rid of the extra addition term. I will try to build the circuits you have suggested.
View Articlefmcomms5 user guide no-OS software/no-OS drivers page is not updated
Hi,http://wiki.analog.com/resources/eval/user-guides/ad-fmcomms5-ebzThe page information is correct for FMCOMMS2 device, yet it is not correct for FMCOMMS5 device as there are 2 AD9361 devices that...
View ArticleRe: usb to serial connection with Blackfin BF506 and uClinux
Hi Francesco, Is your goal to get Linux running on the BF506? As far as I know, that chip isn't supported by the ADI Linux Project.Aaronwu might be able to give you some more information. Regards, Andre.
View ArticleRe: usb to serial connection with Blackfin BF506 and uClinux
Hello Andrewthank you for answering.I would like to use the linux toolchain to program the BF506, I didn't know it was not supported by the ADI linux project.
View ArticleRe: usb to serial connection with Blackfin BF506 and uClinux
Hi Francesco, My apologies, I mustn't have understood. Is your intention to build bare-metal applications and boot them via U-Boot? If not, can you please provide me with more information of what you...
View ArticleRe: usb to serial connection with Blackfin BF506 and uClinux
Hello Andrew,I might be not clear about my intentions as I am still learning a lot about this topic. I saw the linux toolchain as an alternative to Visual DSP++ to program (or simulate) a Blackfin...
View Article