• 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?
  • Bug in NVIC_GetPriority (Cortex-M0) ?
    Hi, Here is the return statement in Cortex-M0's function NVIC_GetPriority ---- __STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn) { if(IRQn < 0) { return((uint32_t)((SCB->SHP[_SHP_IDX...
  • 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...