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,
Try to remove the compiler optimization. In the makefile: CFLAGS += -Wall -Werror -O0 -g3
Hi,
Try to remove the compiler optimization. In the makefile: CFLAGS += -Wall -Werror -O0 -g3