Answer the question
In order to leave comments, you need to log in
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
At least:
1
2
3
4
5
Next, you should probably google English-language publications for keywords.
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 questionAsk a Question
731 491 924 answers to any question