2024-11-28 11:09 AM
Good afternoon,
I am testing my UART and using a vector to store float numbers as shown below:
2024-11-28 12:08 PM
May be memory allocation does not work properly. It happens under the covers when c++ objects are constructed. Debug and look at the addresses of your c++ objects.
2024-11-28 12:48 PM
Ok, I will try to see where in the address is the bug.