Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: Problem with my own linker script (2 Replies)

$
0
0
Hi everyone I have problem with my linker script, i want to setup position of my own vector table, stack and heap by myself using C++. Everything seems to be ok until program invoke fun.blink() function and try to heck value of pin_state variable, when this is happen program immediately jump to HardFault_Handler_IRQ. Im using ARM v6.12 compiler compiler control string: -xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wc

Viewing all articles
Browse latest Browse all 3049

Trending Articles