• A bug of keil?
    int a = 6; main() { } this can be successfully compiled. But if you omit the "int",it can be also successfully compiled.Is it a bug of keil?
  • bugs in keil debug
    These are some bugs that I saw in keil debug section for LPC1313 IC. 1- for LPC1313 in debug mode with ulink2 : BOD window does not work ( do not show BODCTRL register data) 2 - in UART debug...
  • KEIL UART ISR BUG?
    I use uart1 in isr mode, I send a character from computer, then I can capture a RXNE interrupt and recieve the character in uart1 isr, it work well. But a error occur when I open a uart1 register...
  • Is this a bug of Keil in Cortex-M3
    When we choose STM32F103 everything is normal, when choose STM32F105, "build target' is still no error, but when debug, 'error 65: access violation at 0x40021000: no 'read' permission'. 0x40021000 is...
  • 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...