Forum Discussion
GuaBin_N_Intel
Contributor
6 years agoWhat does you mean "The data is not saved immediately, but after 3-6 clicks, send it to SRAM"? How did you measure the number of clock needed to write into memory? Is the time taken within the SRAM controller or in the interface between UART & SRAM?
- TPham246 years ago
New Contributor
I receive data via UART from my computer by oversampling scheme to estimate the middle points of transmitted bits and then retrieve them at these points accordingly.
So I can't measure the number of clock needed to write into memory since no clock infomation.
My SRAM Controller can read/write data according to enable clock.
I don't know how to sync between UART and SRAM.
And i only use Verilog HDL.
I need high frequency to be able to control the axis of cnc machine. Embedded system can satisfy high frequency?
You have any ideas?