• run time DHCP option
    Hi all, Does anyone know how I can change from static to dynamic IP selection at run time, I want to give the user the option. Do I just stop calling dhcp_check() and restart? Thanks, Ian...
  • Run time error
    #include <stdio.h> // Diamond braces for sys lib: Standard I/O #include "uart.h" // Quotes for user lib: UART lib // Subroutines section // MAIN: Mandatory subroutine for a C Program to be executable...
  • Debugging access while running
    I tried to build my own SWD Link ICE emulator and have my own AGDI. During the debug, the Keil did not send me "memory access" command when i watch the "variable" in watch window. I compare with JLINK...
  • error at run time
    I am getting error binary not found . no recent launches at run time after building. What is the reason? I use DS-5.
  • Run-time error in STR instruction
    Hi, Following code: 1: int main() 2: { 3: char Buff[3]; 4: *((short*)(Buff+1)) = 0xFFFF; 5: } causes in the 4th string such run-time error: Non-aligned Access: Thumb Instruction at 00080122H...