Passing multidimensional arrays over HAL UART
Hello,I have a 246 x 3 matrix that I have filled with counter values in the below for loops. I for some reason cannot get the HAL_UART to output individual columns of this matrix. for(i=0; i<246; i++) { for(j=0;j<3;j++) { Audio_Data[i][j] = c...