• incomplete type is not allowed in c99
    Hello everyone, I am implementing a protocol handler. Within my code I have a (complete) struct typedefed to protocol_t in a routine i want to use the typedef and some raw format, so I initialized...
  • [Compiler BUG] error: #70: incomplete type is not allowed
    I'm porting a logger framework to KEIL arm compiler. Unfortunatly I get an error: logging/Logger.h(90): error: #70: incomplete type is not allowed But to my knowledge, there should not be...
  • incomplete auto platform detection
    Hi everyone, I have a QCA IPQ4019 board. I used auto platform detection and got below warnings. It seems that I can not trace this device because of these warnings. How can I fix? Also attached...
  • STR9 user manual incompletness
    Hello all, The STR9 manual does not state that TIM0->SR = 0xBFFF ; must be executed inside the ISR of a timer (that is, to clear the status bit set by hardware indicating that the counter equals...
  • Maximum allowable and active tasks
    Hi, I am using full version of keil compiler. In the RTxtiny manual [available in installation folder], there is a limitation of 16 allowable and maximum tasks. My question is, is there any way I...