Search Results
Search results 1-5 of 5.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
If I import a CubeIDE project into Embedded Studio (Windows only apparently) and I make a configuration change in CubeMX could I just re-import the project, or would that overwrite any user code I might have added, which does not happen with CubeIDE as the CubeMX code is just merged with the CubeIDE code? Thank you Steve
-
Thanks for the explanation Nino, I understand the downsides of a HAL but as a software novice they help me get a project started. I know that Delay() should ideally not be used as they freeze project execution, but these pre-defined functions can be useful for testing et cetera. I started with Arduino IDE which does support Delay() but has no debugger, so next tried VSS/PlatformIO which has everything I need but was always breaking post updates, then STMCubeMX/IDE which so far has done everythin…
-
CubeMX the MCU configuration software for STM32Fxxx MCUs creates code for the myriad internal clocks and many other peripheral config such as GPIO, Interrupts, timers et cetera; which makes new projects quick and easy. I can see that the Package Manager for Embedded Studio adds MCU specific libraries and other things, but how is the internal clocks and peripherals set-up, I assume it must start the MCU with some working configuration but how can one change the parameters? Thanks