2018-12-31 10:16 PM
I have a firmware of STM32F4 in IAR-EW IDE and now I would like to port this firmware to other STM32 controller and want to use TrueStudio IDE. So, @Community Members, Can you give the steps to do it? So, it will be easy for me to do it.
2019-01-01 01:07 AM
1. Learn to use the tools you have chosen.
2. Create a template or donor project for your target platform.
3. Create basic infrastructure for the specifics of the chip and board.
4. Bring over existing code sections with a merge tool.