• Nuvoton NUC029LAN error: #137: expression must be a modifiable lvalue
    Hi All. I am developing a product uisng Nuvoton NUC029LAN Microcontroller. in the code when i write P2 = 0x00; where i need to pull Low the port pins of P2 i am getting an error main.c(102...
  • Nuvoton NUC029LAN error: #137: expression must be a modifiable lvalue
    Hi All. I am developing a product uisng Nuvoton NUC029LAN Microcontroller. in the code when i write P2 = 0x00; where i need to pull Low the port pins of P2 i am getting an error main.c(102...
  • Casting without warning
    Hi, I really like to compile all my code with the highest warning level and having the beautifull result of 0, errors and 0 warnings! The problem is that I need to access to functions as pointers...
  • Casting without warning
    Hi, I really like to compile all my code with the highest warning level and having the beautifull result of 0, errors and 0 warnings! The problem is that I need to access to functions as pointers...
  • error: "USB.C(268): error C213: left side of asn-op not an lvalue"
    hello i got the following error message after compilation: "USB.C(268): error C213: left side of asn-op not an lvalue" it seems to be not that difficult, but i'm running out of time with my project...