This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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): error:  #137: expression must be a modifiable lvalue

Can anybody please let me know what the error is for.