Hi !
Tried to search this forum but const. receives 500 from webserver. So.
I've added the I2C driver to my Cortex-M3 project and got this link error. (Same with SPI eg. L6218E Undefined symbol Driver_SPI0). used the example code:
/* I2C driver instance */ #include "Driver_I2C.h" extern ARM_DRIVER_I2C Driver_I2C0; static ARM_DRIVER_I2C *I2Cdrv = &Driver_I2C0;
Any ideas to solve this matter.
Thanks in advance ...
//Stefan