2018-09-20 01:05 PM
Hi,
I am using CMake to compile STM32L496 project. TrueSTUDIO compile fine without issue but CMake. I am very sure I do have the startup_stm32l496xx.s compiled.
cannot find entry symbol Reset_Handler; defaulting to 08000000
Anyone know what might be wrong?
Thx
2018-09-20 01:36 PM
If you don't see a startup_stm32l496xx.o file then it hasn't been assembled.
Try changing to an upper case .S
startup_stm32l496xx.S
2018-09-20 01:52 PM
I do see the startup_stm32l496xx.s.obj file. Be sure, I did copy this file from startup folder to the same folder as my main. And it compiled.