cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect visual studio with stm 32 cube ide?

Kk1
Associate II

Gui is created in visual studio and USB interfacing program is in stm32cube IDE. How to interface both or how will connection happen?

1 REPLY 1
mattias norlander
ST Employee

Hi,

What more exactly do you want to achieve?

  • Should the GUI / USB code be built by the two different tools respectively? Or will you rely on one tool to build both GUI and USB?
    • Do you rely on the same compiler in both IDEs?
  • Do you expect debug to work for both GUI and USB with source code look-up?

My best bet would be to rely on one IDE as the master for both build and debug to make sure you can debug your full application conveniently.

Up to you which IDE you prefer.