8 years, 3 months ago.  This question has been closed. Reason: Duplicate question

Serial data from Matlab to F401RE

Has anyone tried sending data from Matlab to F401RE over serial interface? If possible, is there any method to receive data using serial ISRs?

I have implemented my main program using PWM ISR and don't want this program to be affected by the serial communication. At the same, I do not want to miss any data received from Matlab. BTW, I am trying to get some floating point numbers from Matlab. I am new to all this and reading lot of forums, but struggling with the communication part.

Thanks a lot!