Replies: 1 comment 1 reply
-
There is currently no way to directly embed C code in ST code when compiling with rusty. What you can do is compile your C code into a library, add the corresponding ST interfaces and link your library when compiling. You can check out the documentation on libraries to learn how to do that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to implement C or C ++ in the ST code, but there is no corresponding information on the Internet. Do you have any ideas or information? It may be compiled separately like LD and ST or there is a C code in the existence in ST code.If you have any ideas or suggestions, information, please tell me.
Beta Was this translation helpful? Give feedback.
All reactions