Posted on March 23, 2018 at 15:16Hi, I'm trying to use simple IRDA IT communication. I am using Interrupt to receive data. I set for 7 bytes to receive data and when 6th array character is taken, I transmit data. But with second cycle, the recei...
Posted on March 26, 2018 at 10:38it can not work 115200 baudrate, it is 9600 in two side. After the prescaler value it correctly work (still 9600). Thank you
Posted on March 26, 2018 at 07:24 Actually, I set the prameters and functions via CubeMX and I tried simple example but it had same problem. Then, I have tried to fix problem but there is no way for solution which i could find. I really need to hel...
Posted on March 22, 2018 at 07:09Same problem with me. I am using Interrupt to receive data and when 6th character is taken, I transmit data. But with second cycle, the received data is crashed by somethings. If receive data is used alone without tr...