i have designed a project with a custom PCB, with a arduino nano powering the board, i am now attempting to switch over from Arduino to a custom STM32 board for mass production. I am new to this transition and would appreciate any advice.
Can my arduino Code be used in a STM32 microcontroller?
i know that the code needs to be modified to work with the registers, but the real question is.... should i use the code, or should is start over and program the project is C?