Probelm to send data to arduino from stmh747i-disco
if i usesprintf(msg, "%s %.0f%%", NN_OUTPUT_CLASS_LIST[App_Context_Ptr->ranking[i]], *((float*)(App_Context_Ptr->Ai_ContextPtr->nn_output_buffer)+i) * 100);HAL_UART_Transmit(&huart8,(uint8_t*)msg,10,1000);To transmit “Beer 50 %” to arduino But the ar...