new to ST in general... actually new to ARM
I should mention that I have a nucleo f401re board,
I managed to download the HAL libraries for the nucleo board and found the projects you enlisted, I spent quite some time trying to figure out how to get the example projects imported to ac6, but I cant seem to build it, how do you import those projects like GPIO into your current workspace and build it? every time I build, I dont get any errors, but when I try to debug, I get an error saying that I dont have a build. I tried following the instructions from this link:
http://www.openstm32.org/Importing+a+STCubeMX+generated+project?structure=Documentation
but I get stuck at the step 3, I dont understand the part where your project must not contain STM32CubeMX,
I dont know if I am doing something wrong around this.
I tried ignoring it and just try import the project. the issue is that in that link, it was possibly for an older version of ac6, the current version of ac6 asks what kind of a project you want to import. i tried to import a C++ or C but the window from step 4 is not the one they offer. however, if I select General>Existing projects into workspace and click next, I get the same window shown in the link step 4.
still the problem persists when I select the right directory, and the "configuration" part is not visible in the selection where the tick box is. and also the tick box is disabled, so I can not select it. tried refreshing, cant finish the import cause I cant select.
is there something I missed? how do I import an example project from cube to work on ac6 and then upload it on my nucleo and begin debugging?
thanks for the help