Skip to main content
Dick Lin
Senior
September 20, 2018
Question

Entry symbole Reset_Handler not found

  • September 20, 2018
  • 2 replies
  • 1161 views

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

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    September 20, 2018

    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

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Dick Lin
    Dick LinAuthor
    Senior
    September 20, 2018

    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.