Further to the above, is there a way to set the input and output types generated by CubeMX to ai_float? I have quantized my model with ONNX and used the nodes_to_exclude option to keep the model's input and output types as floats (and this is correct...
For any future sufferers of the same fate, I managed to figure things out. To answer the original question, the below code is working for me to receive 0x87654321 (likely very similar to what you already have). The key thing I had wrong was that I di...
Hey @JunseokOh and @Abdelkodouss please could you post your code for reading the byte order register? When I write 0x0064 I get 0xFF bytes back like in the @JunseokOh's original post (in my case the MISO line from the LAN9252 is dead on the scope - 0...