• ARM926 Interrupt exception
    Note: This was originally posted on 27th August 2009 at http://forums.arm.com Hi, I would like to program an interrupt handler for ARM926ej. According to reference, when CPU is interrupted, it jumps to...
  • Sizeof return in a structure
    Hi: I defined the following structure: struct ethernet_hdr { char destination[6]; char source[6]; unsigned short protocol; }; consisting on 14 bytes. When I use sizeof(struct ethernet_hdr...
  • Function return problem
    Hi, I am developing an application, where some function are used. when i am debugging, I watch that one function not return to the calling function. It is back to 0000h address, watch in disassemble...
  • Problems with SDRAM and return of a function
    Dear all, I'm using the LPC2468 with SDRAM that ist configured in the startup and ind the memory layout. In general ist works. But I found one strange problem. I have a sructure ExternalCFG that...
  • Problem with structures containing structures
    Hello, I have a problem with the following structure declaration: typedef struct { HDEntriesTYPE HDWindowStartSTRUCT; } actualPlayerStatusTYPE; typedef struct { unsigned long StartClusterUL;...