• "goto reference" extremely slow
    I have written a really huge application (500k bin-file) for the C167. When I try to find the definition of any variable by clicking on it with the right mouse button uVision2 takes up to eighty (!) seconds...
  • compiler stuck and CPU has high load
    When putting the following code into any .c file building the project makes the compiler stop and the process load for the C166.exe process is very high. void buffer[64]= {"test the flash"}; ...
  • rtc time lag
    Hello everyone, I m interfacing a RTC of ds1307 with microcontroller c8051f020 I follow rtc datasheet My circuit is working fine. In the software, I m initializing the interrupt then smbus and after...
  • Creating Browse Information extremely slow
    While working in uVision on a C++ file and toolchain set to ARM Compiler 6 (6.10.1) in MDK 5.26, often when I start to type in any code, the browse information starts recreating slowing down the editor...
  • USB HID IN Report time lag
    I have designed code for our 64 byte xfer USB HID device. It works great most of the time. On Occasion, I can see an 8 (time varies) second lag between reading the IN report data, and actually getting...