• Return Pointer to local string, destroys the string or not?
    This forum may not be the best to ask the question, but the answers on the other forums (that i know) were generally with respect to C for desktop pc (where memory management is different from that in...
  • Return Pointer to local string, destroys the string or not?
    This forum may not be the best to ask the question, but the answers on the other forums (that i know) were generally with respect to C for desktop pc (where memory management is different from that in...
  • LPC2300 Bootloader is destroyed, Does JTAG still work?
    a target board's bootloader is confirm destroyed, after erasing all flash via JTAG. I have tried to load application programme into flash via JTAG. the error message in output window is Erased...
  • LPC2300 Bootloader is destroyed, Does JTAG still work?
    a target board's bootloader is confirm destroyed, after erasing all flash via JTAG. I have tried to load application programme into flash via JTAG. the error message in output window is Erased...
  • char xdata *pointer _at_ postion : absolute illegal specifier
    Hi Why does this declaration not work: char xdata *pointer _at_ postion; but this one works: char xdata array[1] _at_ postion; Should be theoretically the same, or not? Thanks Egon...