Hi,
I’m new to embedded programs and I’m trying to import the X-NUCLEO-IKS01A2 “Hello World!” project from the online compiler to the STM32CubeIDE application, but I have issues doing it.
I can’t process the binary file automatically generated when I compile the project, because in your site there isn’t the NUCLEO-G432RB board (which I’m actually using), so I had to link the NUCLEO-F401RE board to the compiler.
So I tried to export the project as a Sw4STM32 project into the STM32CubeIDE workspace and then converted it, but it gives me errors while compiling it, thus I can’t run the program.
Does someone know how I could solve this problem?