Skip to main content
worlag
Associate II
April 1, 2014
Question

adding regular function to the _it.c file

  • April 1, 2014
  • 2 replies
  • 775 views
Posted on April 01, 2014 at 16:44

hi,

i added a function ( not an ISR )  to the stm32f4xx_it.c file.

when i call it from main() i couldn't program the .elf file to the target ( using the segger )  getting ''no source available for 0x0''.

does someone know why is it ?

thanks 

Ari
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    April 1, 2014
    Posted on April 01, 2014 at 16:52

    does someone know why is it ?

    Did it link properly without an error? Can you see the function in the map and/or listing files?

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    worlag
    worlagAuthor
    Associate II
    April 1, 2014
    Posted on April 01, 2014 at 17:21

    thanks.

    well, the problem not happening right  now..though i don't know which change fix the problem..