• UV2 6.12 DEBUG have a bug! Can Keil please debug this bug?
    UV2 6.12 DEBUG have a bug! Can Keil please debug this bug? I use KEIL C51 for BANK switch code. My code is large 190K. And I have make the AGSI simulate function with keyboard and LCD simulate...
  • Keil Bug
    Hello Look at this code if i replace 1024 in array with more than 2048 compiler work fine but micro hang !! program work fine with 1024 or less. i use at91sam7x256 this have 64KB Ram. if i replace...
  • 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?
  • 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...
  • 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...