adding regular function to the _it.c file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-01 7:44 AM
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 discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-01 7:52 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-01 8:21 AM
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..