• 3rd party debugger for M8051EW Variant
    Can anyone direct me towards a JTAG still manufactured and sold for use with the M8051EW. It seems as though most manufacturers have ceased production for a number of reasons. Since this 8051 variant...
  • sending text based command to 3rd party device using UART in LPC2478
    I am using PI motion controller which has integrated DSP Processor (we don't have any details about the Processor). I have programmed the motion controller to drive piezo motor using MATLAB however i...
  • far const in code banking strsuture
    Can I use the far const in 4 bank strusture? ex: const chat far LargeArray1[30*1024]; //assign to bank1 const chat far LargeArray2[30*1024]; //assign to bank2 const chat far LargeArray3[30*1024...
  • Const address in bank not "linked" by LX51
    I am trying to locate const in a file into a particular bank and access it in the same bank but from a different file. From the map file const is located correctly at the specified address in the bank...
  • 3rd IRAM are definition. Is it possible?
    Hello, I am using the LPC2387. Total SRAM is 98KB in 3 memory areas (64kB SRAM, 16kB SRAM Ethernet, 16kB SRAM for USB and general purpose use). I can only set 2 RAM memory areas in the Target window...