Resolved! Need help with passing a float array into a function to transmit floats out of USB port.
I'm trying to transmit a 4D array of floats from an stm32l552zet6q to a PC using a USB connection. I can collect the array elements and store them, but when I pass the array into the transmission function, I don't see the same elements.This image is ...