• does board need more static ram
    Hello All, Does the Boards have an onboard static RAM ? If NOT then how can the processor make any CALL,PUSH or service INTERRUPTs ? Now a days i do not see any STATIC RAM chip on the boards.(Is...
  • How can I compile more 64K code memory in xc164cs?
    How can I compile more 64K code memory in xc164cs? In my XC164CS application,Memory Model is "Medium",but the compiler show "error C8: code size exceeds 64K",How to solve this problem,need someone help...
  • How can I compile more 64K code memory in C167CR
    On C167CR I have created a project witch Dave2.1 and I have 20 address lines (A0..A19). I want to compile but uVision does not leave me compile more than 64K. How can I simulate before reset configuration...
  • How to workwith more endpoints
    Hi All, I am working with a project which requires 4 IN Endpoints. I took Keil USB HID example for LPC214X as reference.. Any one knows how can i use more endpoints in that example???
  • CAN RAM
    What does " writing blank IF register to each message object" in the following code mean? //clear CAN Msg RAM void clear_msg_RAM (void) { SFRPAGE = CAN0_PAGE; // setting the SFR page CAN0ADR = IF1CMDMSK;...