Hello,
I caused a hardfault error and triggered the HardFault_Handler in "hardfault_handler_gcc.c". But instead seeint its source, I could only see the message no source available for "0x0" in eclipse.
What went wrong ?
Best regards,
Hello,
I caused a hardfault error and triggered the HardFault_Handler in "hardfault_handler_gcc.c". But instead seeint its source, I could only see the message no source available for "0x0" in eclipse.
What went wrong ?
Best regards,
Hi, I believe this devzone post should answer your question. Quote RK:
the entire source of the hardfault handler is that piece of assembler on the right hand side which does nothingbut branch to itself forever. of course there's no source for the hardfault handler - it's not a C function.
Hi, I believe this devzone post should answer your question. Quote RK:
the entire source of the hardfault handler is that piece of assembler on the right hand side which does nothingbut branch to itself forever. of course there's no source for the hardfault handler - it's not a C function.