• Keil MDK v5.11a does not select correct device
    I am developing software for Freescale FRDM-KL25 board. Just upgraded to Keil MDK v5.11a from v5.0.5.15. Download and debug does not work after the upgrade. The error message is: "ERROR 15 during programming...
  • Keil MDK v5.11a does not select correct device
    I am developing software for Freescale FRDM-KL25 board. Just upgraded to Keil MDK v5.11a from v5.0.5.15. Download and debug does not work after the upgrade. The error message is: "ERROR 15 during programming...
  • Does Keil MDK 5 supports Variable-length array (VLA)?
    Hi, I use Keil MDK 5.21 to develop Cortex-M processors. Suppose I have a function foo. void foo(uint8_t count){ uint16_t array[count]; // ... } This can be compiled. However, the code...
  • Does Keil MDK 5 supports Variable-length array (VLA)?
    Hi, I use Keil MDK 5.21 to develop Cortex-M processors. Suppose I have a function foo. void foo(uint8_t count){ uint16_t array[count]; // ... } This can be compiled. However, the code...
  • Does Keil support Flash Download with selection of device between multi J-link device?
    Does Keil support Flash Download with selection of device between multi J-link device? I'm using Nordic semiconducter's NRF51-DK kit, with having Cortex M0 chip + Segger J-link chip on it. (It has...