• serious bug how is it fixed
    void DelayUSec (uint32_t Time) { Delay_Done = 0; while(!Delay_Done); } void Handler (void) { if (Stat & 0x01) { if (!Delay_Done) Delay_Done = 1; } } it never come out of my loop ...
  • serious bug in uV3 editor
    A character with the value of zero is appened to the end of the editor file, so the RealView compiler give an error message: Invalid character in input line. This does not always occur, but very often...
  • Serious bootloader problem
    Hello! I seek to find help here, because we across a problem we don't seem to be able to solve. But perhaps has an idea... Following: for a power supply we sell we use AT89C51CC03 as main controller...
  • Serious error in uVision 4
    I am using uVision 4 for developing USB application for c8051F340 (silabs device). The serious problem is that when I debug the device there are no peripherals in the menu list. I am not able to find...
  • Are these bugs?
    We are using STM32F101 (100 Pins) microprocessor in a project. The version of uVision is 3.60. In our application, I try to use the Encoder Mode of TIM3. And TIM3_CH1 and TIM3_CH2 have to be remapped...