I am Interfacing UART based RF module DTDS-622 with STM32F767ZIT6. And I want to receive different data from different RF Module DTDS-622 at the same time . I am able to receive the data from one DTDS-622 module in interrupt mode but when i want to receive the different data from Different RF DTDS-622 module at the same time , it is not receiving properly
I have tried to receive the data in one call back function. I want to receive the data in one callback function at the same time.