• Problem with structs as return values
    I am using functions, which returns structs. This shouldn't be a problem in C. And it works mostly. But are there contexts where this is not allowed? Maybe there a conflicts because those structs...
  • 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...
  • Union return
    I have this code: typedef union { uint i; uchar b[2]; } UINT; UINT ByteToHex(unsigned char b); I write a little code in assembler that convert a hex byte y two ascii byte. when I call...
  • Problem in returning from FIQ
    Hii Am using ADUC7025 processor..I Wrote a program in C lanuage, I want to return from FIQ before it comes out by itself.. I tried with simple return, but not working properly.. Plz help me...
  • 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...