• µVisions hangs while flashing with ulink2
    Hi, I have 2 problems with flashing using an ulink2. 1. Sometimes, µVision hangs after starting to flash, until the flashing finishes. At the beginning, the progressbar for erase and programming is...
  • breakpoints
    Can someone explain me how i can set up a breakpoint in my assembly program that ends my program on the breakpoint the command is SETB P3.3 Thx in advance
  • I2C_EVENT hangs
    Hi all, I'm using std peripheral library, and it's hangs when I try use I2C_EVENT, for example when I send data void i2c_transmit(uint8_t byte) { I2C_SendData(I2C2, byte); while (!I2C_CheckEvent...
  • ETHERNET_LPC2378 hangs
    Hi all I am using LPC2378 processor and trying to initialize the ethernet ...i got the ethernet code from the net for MCB2300 board. my LPC2378 is running on 16MHz crystal. and i am using DM9161...
  • finit hangs
    finit hangs Hi, I'm having a problem with the finit call on an SD card. I get the same behavior whether I try the call prior to starting RTX, or from within an RTX task. The behavior is sporadic...