• a bug, or am I crazy
    I fell into the below where a conditional in assembly did not 'take'. listing extract: 12 0080 13 PACK_COUNT equ (OUTBUF_SZ/4) 0080 852 JOE equ (PACK_COUNT AND 0ffh) 0080 853 BILL equ (LOW PACK_COUNT...
  • Startup problem with External ROM/RAM
    I am using the startup code which is currently being used for on-chip ROM and RAM. What are the changes to be made to use the same for External ROM and RAM. I will be using an external ROM of 1MB...
  • XC164 using external ROM
    We want to place an external ROM on our dev board so that if our code exceeds flash limit we can revert to old fashioned crash & burn techniques without having to lay out a new dev board. So the question...
  • LPC1788 is going crazy(No Exception) after calling SystemInit() function.
    Hi, I have some LPC1788 ICs. One of them is on Embedded Artist Development Board and another ones are on my boards. I call SystemInit() function on Embedded Artist Board and everything is OK. But...
  • Running from external flash
    Hi! I'm using the MCB167-NET. I have done a program using the serial port, so I use a simulated serial port to communicate with the PC using Monitor. Actually, I have burned an external Flash with the...