Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThis is for SRAM:
1. the RS232 should pass 1'st the RS232 to LVTTL or LVCMOS by hardware 2. then, in FPGA you may instantiate UART (with the right settings and BOUD rate). 3. Then, when you get the octets, each octet should be written into SRAM (produce WR pulse) and address counter. should be incremented to next sample location.