Transmitting and Receiving data on STM controller using FTDI from a simulator tool
So, I have designed a simple simulator tool for CAN protocol application. So, in that simulator I will be loading the csv file containing some data. This data I have to transmit to CAN bus. I have written a code for CAN transmission, but I am not able to write the UART code to receive the data through the simulator. I am using a FTDI for this so data will be sent through simulator to the controller (STM32F1) and simultaneously the data has to be sent to the CAN so data reception from UART and transmission to CAN should be simultaneous that is in run time
