Re:Linking error
The message makes the problem clear: you have not provided a definition for I2CMasterInitExpClk
The solution is, thus, clear: you need to provide a definition for that symbol - either by providing the appropriate Source file, or a suitable Library
login or register to reply
|