• 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...
  • 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...
  • Max. Allowed size for variables
    I'm using the Keil DK-ARM suite to write code for the LPC2129. I want to read-out an ADC and store 1000 samples in an array. When I locally declare an array, the debugger comes up with: error 65: access...
  • LPC1788 SSP maximum speed
    Hi I have simple question about lpc1788: *. what's the maximum bit rate of LPC1788 SSP? maybe it's duplicated question but I need to be sure because I wanna buy and design new board and SSP...
  • ADC conversion at maximum speed
    I need to sample two analog signals "simultanueosly" at 100 ks/s minimum using a LPC4337 How can I do that? Regards