• Comparison not true
    Hi Guys, I'm writing my own TCP/IP Stack. I've got following structure: typedef struct __attribute__ ((packed)) { uint16_t type : 16; uint16_t protocol : 16; unsigned char hw_size : 8; unsigned...
  • A true resignation letter
    Subject: Rational for resignation from ***** From the very beginning of my employment at *****, I found the company's attitude towards software development to be a troublesome one. The high standards...
  • never ending loop on dbg_task_notify
    Hello I'm working on a project which uses RTX. All is running fine in the emulator but when I run in debug on the real target my init task (os_sys_init(Start)) is never called. When I break the...
  • DHCP never acquires IP
    Hi, I'm using a MCB2300 with LPC2368 and I can't get the DHCP client from TCPNET working. I set up the static ip to 0.0.0.0 (as http://www.keil.com/support/docs/3232.htm ), waiting for 35 seconds...
  • STM32: MSC_MemoryVerify will be never called
    Hi, could someone tell me why the function MSC_MemoryVerify (using STM32F103 and windows xp) will be never called during or after writing a file to the mass storage device? I thought after writing...