• Debugger uvision5 failure when accessing an externally declared variable
    Hi all, I am stuck onto a rare problem that I try to expose next. First, I got somewhere within the code the variable W_dp_0 declared like: extern unsigned char W_dp_0; W_dp_0 is actually...
  • Debugger uvision5 failure when accessing an externally declared variable
    Hi all, I am stuck onto a rare problem that I try to expose next. First, I got somewhere within the code the variable W_dp_0 declared like: extern unsigned char W_dp_0; W_dp_0 is actually...
  • LPCXpresso Board for LPC1115 with Keil and without and external debugger
    I find a way to program the NXP LPCXpresso 1115, following the instructions of these links LPC link with KEIL | www.LPCware.com CommandLineFlashProgramming - ** Code Red Support Site ** Anyone who knows...
  • LPCXpresso Board for LPC1115 with Keil and without and external debugger
    I find a way to program the NXP LPCXpresso 1115, following the instructions of these links LPC link with KEIL | www.LPCware.com CommandLineFlashProgramming - ** Code Red Support Site ** Anyone who knows...
  • Linker problem with compiler 6: armclang -flto armlink --lto can't ignore unused extern reference variable or function
    Dear all: I'am working on DS-5 Version: 5.28.1. Imported sample project startup_Cortex-R8 . and modified main.c file with code like: extern int g_TobeyTest; void TobetTestFun(void) { g_TobeyTest...