Python stm32com module / tool?
Hi all.
I'm trying to experiment with the stm32f7 discovery board and the MNIST dataset. I've trained the model and everything seems to be working fine and I'm running the validation app from the cubemx on the stm32.
My problem is that I haven't found any documentation on the serial protocol that cubemx uses to communicate with the stm32. The console refers to a stm32com-base interface (i.e. Python stm32comm module, protocol version 1.0). This is the output of the console:
# Note: At this point, default ASCII-base terminal should be closed
# and a stm32com-base interface should be used
# (i.e. Python stm32com module). Protocol version = 1.0Where can I find that tool? I've search with no luck.
Thanks in advance.
