• Issues with VLA and Keil
    Hi guys, for some reason even though I selected C99 mode in my target configuration, Keil insist on giving me "error: #70: incomplete type is not allowed". Since incomplete types are defined in C99,...
  • How to use variable length array in keil
    I want to port an opensource project using winavr to keil mdk, but keil throw warning: #1271-D: variable-length array field type will be treated as zero-length array field type And when I debug in...
  • malloc with variable length
    Hi, I'm using arm cortex, KEIL, FreeRTOS. The problem I met is: after many times of running the following malloc function, the heap was used out, couldn't allocat 1KB space any more. char Str =...
  • RTX-166 variable length messages
    Hello all, I'm using a VAR_SIZE message box in RTX-166. Most of my messages are short, only 2 bytes, but some are longer at 46 bytes. Reading through the manual it says that variable length messages...
  • TMS570LS10106 Keil-MDK support?
    Hello to everyone, We have a new project starting, where a TMS570LS10106 is used as the application processor. We were considering getting a J-Link ARM Debugger from Segger and the Keil-MDK. Our...