Problem managing streamed data with struct pointers, some of the streamed data seems to be stored, some not with an STM32F401VE
Hi all, I've recently been teached about how to manage streamed data in this case for managing commands, then my code is like the following explanation: I've programmed the uart2 to receive the streamed data byte to byte and I've been storing it in a...