Vector table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-06-25 3:15 AM
Posted on June 25, 2015 at 12:15
hej,
i was searching buit i could not get the exact point.why vector table is needed?.. can anyone tell me where i can find vector table in cocox and how to relocate the vector table .thanks.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-06-25 5:58 AM
Posted on June 25, 2015 at 14:58
It should be in the startup_stm32fxxxx.c file for your chip
You will need to check the linker script to control the placement.You will need to tell the CPU where it is, typically there is SCB->VTOR = code in SystemInit()To understand better how the processor works, you might want to review one of ARM's Cortex-Mx Technical Reference Manuals, or one of Joseph Yiu's books on the series.
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
‎2015-06-25 6:23 AM
Posted on June 25, 2015 at 15:23
how to write the linker file to seperate two have two projects and jump?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-06-26 12:09 AM
Posted on June 26, 2015 at 09:09
can anyone guide me ?
