hello,
i'm sending data to FPGA from a labview interface via RS 232 , my FPGA get data and then send it to many component in the circuit ,
there is a UART in the fpga my question is , what is the best method to get the data from this UART ? I'm confusing between using a finite state machine (detect first byte that it well be the address, and put the the byte that come after in the specified component, here the problem i'm afraid that i can learn data byte as an address byte ! ) or put data into ROM ( also with detecting the first byte and put )
thanks