I'm fairly new to ARM development but have done some work with Arduino Nanos in the past. So I working on a team that does a lot of device prototyping with some devices eventually getting commercialized. The lead engineer writes to an nRF52840 chip using Eclipse.
I want to be able to do the board development on some projects and have been struggling with IDE's such as Eclipse and Keil. But would be very comfortable in Arduino. I noticed that that Arduino 33 BLE has the same chip we like to use in our projects.
The question I had is would it be possible to me to program the 33 BLE in the Arduino IDE then convert the code to be writable to the nRF in Eclipse. I understand that they are both in C++ but I don't know how the Arduino libraries and such would transfer.