cancel
Showing results for 
Search instead for 
Did you mean: 

adding regular function to the _it.c file

worlag
Associate II
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
2 REPLIES 2
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 Venmo
Up vote any posts that you find helpful, it shows what's working..
worlag
Associate II
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..