2021-12-08 02:35 AM
I am trying to migrate the keil project into stm32cube ide. startup file is generating errors. if I add the object files of keil project main.o, stm32f1xx_hal_msp.c and stm32f1xx_it.c along with the startup file(startup_stmf105rbtx.s generated from STM32cubemx ide). it gives main undefined errors and LoopFillZerobss errors. Is it possible to fix these issues? Is it possible to migrate project from keil to stm32cubemx ide?
I also try to add the statup file of keil project startup_stm32f105xc.s. upon compiling a lot of bad instruction error occur.
2021-12-08 07:24 AM