• howto declare const memory-specific pointer to const var?
    How can I declare a const memory-specific pointer to a const variable? 1) const char far *idata *const c3; This compiles, but I suspect this is a double pointer. 2) const char far *idata const...
  • mem mapping of I2C interface
    Is there a particular reason I have to memory map the I2C interface registers? They are already mapped in the lpc21xx.h file but when in simulator mode I get read/write permission errors unless I map...
  • LPC3131 usb mem example
    I have the lpc3131 embedded artists board and I am working on a USB driver. I first converted the Keil example code to IAR code and got the USB working. I then tried to port it over to a different syntax...
  • readout lpc 901 code mem with mcb 900
    Recently I asked the forum for a method to read out the code mem of a lpc90x connected for ISP to the mcb900 for I lost the sources from a program of mine by a hd crash. Finally found some time to...
  • Foundation_v8: guest mem/stat dump ?
    Hi All, Hope this is the place to ask. I'd like to get a Foundation_V8 running guest memory dump, either the raw meme dump, and if I could get the proc state would be nice (but optional). I need this...