2021-09-05 10:07 PM
Hi, I'm a complete noob, coming from Arduino (MCU: ATmega328p) Board and I want to have similar programming environment there.
General information:
I would like to use GCC + VIM if possible. Are there any good tutorials about how to setup a development environment?
Tell me if you need more information.
Thank you,
zer0.
2021-09-06 09:15 AM
A "development environment" would typically imply an IDE. Stm32CubeIDE would be one.
If you want to use VIM instead (why?), that sort of excludes any sort of IDE. You can certainly create makefiles yourself, but it seems like a lot of work for no benefit.
2021-09-06 10:20 PM
I like using VIM instead of "yet another IDE", I'm just used to it. I'd like to feel comfortable.
> You can certainly create makefiles yourself, but it seems like a lot of work for no benefit.
Sure, but I'm not working on that professionally, I just want to use the STM32 for my hobby projects.
2021-09-06 10:20 PM
I like using VIM instead of "yet another IDE", I'm just used to it. I'd like to feel comfortable.
> You can certainly create makefiles yourself, but it seems like a lot of work for no benefit.
Sure, but I'm not working on that professionally, I just want to use the STM32 for my hobby projects.