2024-01-25 03:07 AM
Hi there,
I want to use a usart port to control EVSPIN32G4 board,
start,stop,set motor speed,etc,
where can i find those protocol or code,
X-CUBE-MCSDK_5.Y.4 version.
Thanks。
2024-01-25 03:20 AM
@FZhen.3 wrote:where can i find those protocol or code,
Did you try looking on the Product Page?
https://www.st.com/en/evaluation-tools/evspin32g4.html#documentation
https://www.st.com/en/evaluation-tools/evspin32g4.html#tools-software
2024-01-25 04:26 AM
Dear @FZhen.3 ,
Please note that X-CUBE-MCSDK_5.Y.4 version is not supported anymore. the EVSPIN32G4 board is fully supported by the MCSDK 6.2.1.
The protocol UART protocol used by the version 5.Y and version 6 is the same and fully documented in the documentation provided in the MCSDK 6.2.1 package.
Regards
Cedric
2024-01-25 05:27 PM - edited 2024-01-25 05:38 PM
Dear Andrew Neil
I tried, but I can't find it.
I found a lot of api s ,but no usart protocol ,I am not very good at software code,sorry.
I want to use another stm32mcu to control EVSPIN32G4 board through usart port.
2024-01-25 05:37 PM - edited 2024-01-26 02:12 AM
Dear @cedric H
I have tried MCSDK 6.2.1 many times, the project generated by MCSDK 6.2.1 and cubemx6.5 have a problem when I built the project that I can't solve.
So I use an older version of MCSDK and cubemx, when generating codes ,still have a problem.
But MDK5 can built the project without error, and the code can run a motor properly.