• CC3100 example program gives error - invalid redeclaration of type name - uint32
    Dear all, I recently ordered a CC3100 boosterpack for my TM4C123GXL launchpad. I dont have a CC3100EMU board, so I am trying the basic examples as I found on Prof Valvano's page (users.ece.utexas...
  • CC3100 example program gives error - invalid redeclaration of type name - uint32
    Dear all, I recently ordered a CC3100 boosterpack for my TM4C123GXL launchpad. I dont have a CC3100EMU board, so I am trying the basic examples as I found on Prof Valvano's page (users.ece.utexas...
  • TYPE GEN: TYPE TOO COMPLEX
    This is the error message I get. The projext is for the NXP P80C51MC2. The code size is around 400K bytes. This occurs after I add another instance of a structure to the code. I have about 450 instances...
  • TYPE GEN: TYPE TOO COMPLEX
    This is the error message I get. The projext is for the NXP P80C51MC2. The code size is around 400K bytes. This occurs after I add another instance of a structure to the code. I have about 450 instances...
  • enum type mixed with another type
    I'm getting a warning "enumeration type mixed with another type" with the following line of code. typedef enum { FALSE = 0, TRUE = !FALSE } bool; bool bResult; bool bAAA; bool bBBB; bResult = bAAA...