• Array intialization
    I'm seeing some strange behavior when initializing arrays. I'm using the following code to intialize a 256 element array to zeros: xdata char myarray[256] = {0} The code seems to hang when I...
  • intialization problem
    sir i have kit of 8031 which has already program in rom. i connect with emulator ( winice(adm)) and also load a software on pc of same company (wintrc), i have tasking complier , i write a program in...
  • Array intialization
    I'm seeing some strange behavior when initializing arrays. I'm using the following code to intialize a 256 element array to zeros: xdata char myarray[256] = {0} The code seems to hang when I...
  • intialization problem
    sir i have kit of 8031 which has already program in rom. i connect with emulator ( winice(adm)) and also load a software on pc of same company (wintrc), i have tasking complier , i write a program in...
  • SPI intialization code
    Hi, Can anyone provide a working code for SPI intialization for lpc11A14? I have to produce a 12MHZ clock on the sck line.