S
S
sdxq2015-12-23 16:50:37
Programming
sdxq, 2015-12-23 16:50:37

Data transfer between Clock Domains, how to implement?

Can you tell me, I once saw an article on kit-e where a project with Clock Domains is described, there were ADC controllers, memory controllers, maybe someone knows similar training articles in Russian for a start?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin, 2016-01-28
@k_levin

At least:
1
2
3
4
5
Next, you should probably google English-language publications for keywords.

P
Papayaved, 2018-04-14
@Papayaved

In general, 2 methods
1. Universal and fastest - through an asynchronous FIFO
2. By the principle of a read request, read confirmation.
Signals from one frequency domain to another are received as asynchronous through two or more serial registers to protect against metastable states when the signal edge hits the clock edge. When implementing an asynchronous FIFO, the address is additionally transmitted in the form of a Gray code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question