• Address return form accept() / MDK Keil
    Hi guys, why or better when is the accept() returning zero filled IP and PORT? Sometimes I have there right IP and port and sometimes zero filled ip. SOCKADDR_IN rem_addr = {0}; int addr_len = sizeof...
  • Address return form accept() / MDK Keil
    Hi guys, why or better when is the accept() returning zero filled IP and PORT? Sometimes I have there right IP and port and sometimes zero filled ip. SOCKADDR_IN rem_addr = {0}; int addr_len = sizeof...
  • Returning from interrupt to a specified address in main
    I'm quite new to context switch and embedded software development. I'm developing a standalone application (no OS) with aduc7026 and keil uVision3. My problem is that at the end of an uart messagge,...
  • Returning from interrupt to a specified address in main
    I'm quite new to context switch and embedded software development. I'm developing a standalone application (no OS) with aduc7026 and keil uVision3. My problem is that at the end of an uart messagge,...
  • Problem with using Routines in Main program file in the Interrupt service routine
    I have a routine in my main program file for displaying float values on terminal program. When i try to use the same routine in my Interrupt service routine(ISR), it give an warning stating "Reference...