• Problem in creating more than 6 task in freertos
    Hi all, I am using tm4c129encpdt controller. I have copied freeRTOS demo code from TIVA 2.1. I have created 6 empty task they are running fine,but when i create 7th task controller gets hanged at...
  • More than 3000 Labels ERROR
    I get an ERROR: More than 3000 Labels in Module....but it compiled 5 minutes ago...and all i changed was a value. Putting that value back didn't allow it to compile.... What exactly is Keil calling...
  • More external memory than 64k
    Hello. I am curious why there is a limitation of 64k on the C251 compiler, when the device can handle up to 256k? Is there a way around this?
  • More than one tcp connections
    so i was speaking to my friend Nevil from down the road at number 42 and hes told me that you can only have one connection each time. and i need to know if he is right. if he is i can make some code...
  • Calling Function more than once causing problem
    I have develoved a small programe which toggels LED, In this programe i have make a function called delay() which i call more than once in my main programe, as shown void main(){ while(1){ P1 =...