I am a new user of Keil LPC1768, I am having some problems when I try to build i2c solution, this gives the first i2c0.c(51): error: #18: expected a ")" as the first error. LPC_PINCON->PINSEL1 |= 0x01400000; the error occurs in this row.
Could anyone help me with this issue?
Best Regards,
I would use the operating system and other development tools at my disposal to search the toolchain vendor's files for those relevant to the target MCU and that contain those symbols.
It gives a dialog box telling that "No Browse Information available in 'C:\...\i2c\i2c' Check - [Target-Options] [Output] [Browse Information] then Rebuild the target!"
LPC_PINCON and/or PINSEL1 are likely proprocessor macros. Look at their definitions as the possible error source.
View all questions in Keil forum