8 years, 1 month ago.

Is it possible to export to IAR project with full C source file, not the obj file?

Dear, we are testing the mbed project these days. we are very interested in the mbed syntax style, and also its features. so we want to use it in our following projects.

we first tried the on-line compiler , and then we do the export (to IAR project). anyway, after review the exporting file (STM32 platform), it include many .obj file in the mbed group, not the .C source file. only the main.cpp is c source.

So, I want to know is it ok to export the project with full .C source file? so we can port it to other similar MCU in the STM32 series. also, our target board might some different from the standard provided mbed board. with full c source, we can make sure all configuration & setup is setting good for our board. this is demanded when go production.

B/R, vitalwell

Be the first to answer this question.