I want to debug hard fault in LPC1317-64P. I took reference from below site: support.code-red-tech.com/.../DebugHardFault
But code gives error
1. for asm Code:
source\main.c(12): warning: #1207-D: attribute "naked" ignored source\main.c(20): error: #1113: Inline assembler not permitted when generating Thumb code
2. For C Code source\main.c(65): error: #1113: Inline assembler not permitted when generating Thumb code
But code there is for LPCXpresso. How to use it in keil.
View all questions in Keil forum