Hello,
I created a new C++ project based on LPCOpen for the LPCXpresso1549 demo board, and I copied the code from LPCOpen periph_adc project to try it in my C++ project. It compiled just fine, but at run time it will block here:
//*****************************************************************************
// Processor ends up here if an unexpected interrupt occurs or a specific
// handler is not present in the application code.
//*****************************************************************************
__attribute__ ((section(".after_vectors")))
void IntDefaultHandler(void)
{ while(1) {}
}
Also the message: 'No source available for "0x30000b8" ' appears.
I attach here my project.
I would really appreciate any help.
Thank you,
Doini
Original Attachment has been moved to: Workspace_Receiver_LPC1549.zip