cancel
Showing results for 
Search instead for 
Did you mean: 

how to control EVSPIN32G4 through usart port

FZhen.3
Associate II

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。 

4 REPLIES 4
Andrew Neil
Evangelist II

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

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.

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.