Not sure is this is the best place to post this question if not let me know where it will be better.
I have an existing project called Solar BMS (Battery Management System) and I'm about to make a new version soon if the Kickstarter I'm running now will be successful.
The Solar BMS has an STM32F072 with an LCD and capacitive touch buttons (of course is full open source).
The code for the current version is written in C using eclipse IDE and gcc.
The question is is it possible to port my existing code to Arduino IDE?
What sort of effort may that involve ?
Keep in mind I have zero experience with Arduino but it is quite popular and maybe switching to Arduino will get more people involved with development.
What are the drawbacks of using Arduino IDE if any ? What about code size ?