[General] Keypad 3x3 msp430 error

Status
Not open for further replies.

gauravmaliknsit

Newbie level 1
Joined
Jan 15, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
7
I am facing Problems regarding the code of interfacing 3x3 Keypad in MSP430

In CCS the following error always pops up in all my codes which i have taken from net.

#10010
#10234-D

please help as i am a beginner and not able to understand it. If it is a library problem please tell me how to add it
 

That linker diagnostic means there is a call to the function CodecReset from the file main.c, but no object module (in a library or otherwise) supplies a definition of the function.

post your code here and do proper configuration before building a project.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…