Re: Simple configuration for ADV7619
I figured out the problem, and it was an arduino one ,not an ADV7619 one. This line: upper_htot=upper_htot&00111111; is incorrect and *should* be: upper_htot=upper_htot&B00111111; I am...
View ArticleHow to creat a device node in my /dev dir?
Hi,I want to creat a device node in my /dev so that I can open it from userspace or do something,I also config the kernel like this:Device Drivers ---> [*] SPI support --->...
View ArticleRe: YUV shifted by one clock
Hi Joe, Thank you for your fast reply. The SCLK0 = 125MHz, LLC output clock is 27MHz. Best regards,Daniel
View Articleadv7842 cvbs input and adv7511 hdmi output test
hi, adi's experts I want to use adv7842 the cvbs as input, use adv7511 the hdmi as output, how to achieve real-time video data capture and display?
View ArticleRe: adv7842 cvbs input and adv7511 hdmi output test
May I ask what's your target product? The Blackfin processor does not have the ability to do HD capture and display at the same time, constrained by the CPU bandwidth.
View ArticleRe: ADV7622/ADV7623 Datasheets
No i hadn't, It didn't come up when i searched. Thank you very much, appreciate the help.
View ArticleRe: How to creat a device node in my /dev dir?
Hi Zhihua, could you post the complete kernel boot log here?
View ArticleRe: uart communication
could yo post your complete kernel log and operation command record? at least it should be "echo hello >/dev/ttyBF3". And have you append /dev/ttyBF3 as the kernel console for kernel boot commanline...
View Articlebf609 expansion Board adv7511 bfin_display test
hi,adi's experts I use adv7511 the hdmi as ouput, I have configured the kernel as required, but when the compiler is completed, the system starts, and is not registered video under /dev Directory....
View ArticleRe: How to creat a device node in my /dev dir?
Hi,Aaronwu,I can't post it on here,I send it to your email.
View ArticleRe: SDIO WIFI
search it in taobao! for example:item.taobao.com/item.htm?spm=a230r.1.14.46.iqARuJ&id=13640082286
View Articleadv7181b
hi,everyone!Recently I write a I2C driver in Verilog module to configure ADV7181B.These following signals are captured in logic analysis.There is a question:in the blue rectangle area,every time when...
View ArticleRe: PSpice simulation about ADuM3223
Hello RSchnell, I want to know ADI can help me to make a PSpice model of ADuM3223.Meanwhile you told me I can add in a logic I own, you mean anyone logic Ihave can be added in? right? could you please...
View ArticleIs there a better way of importing and exporting that this
If you go FILE | Import -- you can bring in editor preferences -- no problem However I want to bring in C++ code templates and editor templatesFile | Import does not offer these options. At the moment...
View ArticleRe: SPI Flash parameters for U-boot
Thanks for the very detailed description over your issue, I'm trying to cover the points you mentioned in the thread: Now you have boot it successfully from UART, so suppose the DRAM part is working...
View ArticleWhen does ADSP-BF609 support RTP/RTCP library?
Hello, Now I am using ADSP-BF609 to develop net application base ADSP-BF609, but I found that there hasn't RTP/RTCP library base ADSP-BF609. Now I want to know when will BF609 support RTP/RTCP...
View ArticleRe: uart communication
Hi ,AaronwuFor the problem,I mean I exactly want to use two uarts (uart1 and uart3),uart1 for the minicom terminal debugging ,and uart3 for the communication with barcode scanner.What should I...
View Articlerequest to my question
Hi. please give me response to my question soon .i am waiting for yourreplay.With thanks & Regardsshaik karimullashaw7207181107SOROKASOFTHYDERABAD
View ArticleRe: AD7685 SPI problem
I having problem to read from a single AD7685 ADC's using an MSP430F149 microcontroller. The problem is, following setting the CNV pin high and wait plenty (50us) for letting the conversion to be...
View Article