• extern static memory
    Hello I have a PCB with a LPC2468 and a extern static memory . datasheet www.issi.com/.../61LV25616AL.pdf I don't arrive to configure the register EMC_STA_CFG0 = ; EMC_STA_WAITWEN0 = ; EMC_STA_WAITOEN0...
  • extern static memory
    Hello I have a PCB with a LPC2468 and a extern static memory . datasheet www.issi.com/.../61LV25616AL.pdf I don't arrive to configure the register EMC_STA_CFG0 = ; EMC_STA_WAITWEN0 = ; EMC_STA_WAITOEN0...
  • Initializing Static Variables in External RAM
    Greetings: I'm sure this has been dealt with before in this forum, but my searches are only yielding vague hints at solutions. Here's the problem: our LCP2292 application in CARM requires external...
  • Initializing Static Variables in External RAM
    Greetings: I'm sure this has been dealt with before in this forum, but my searches are only yielding vague hints at solutions. Here's the problem: our LCP2292 application in CARM requires external...
  • static initialization of extern pointer to function
    Hi All, Could anybody help me out with the following problem? I have a module with the following declarations. int (*on_CAN_msg)(void); ... void CAN_int_handler(void) interrupt 7 using 1 { ... ...