• L6218E Undefined symbol Driver_I2C0 !!!!
    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...
  • L6218E Undefined symbol Driver_I2C0 !!!!
    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...
  • FRDM-KL25Z project link error Undefined symbol Driver_I2C0
    I created a project for my FRDM-KL25Z board. In "Manage Run-Time Environment", I added I2C using CMSIS Driver | I2C | Multi-Slave. My app code includes "Driver_I2C.h". My code compiles, but I get...
  • FRDM-KL25Z project link error Undefined symbol Driver_I2C0
    I created a project for my FRDM-KL25Z board. In "Manage Run-Time Environment", I added I2C using CMSIS Driver | I2C | Multi-Slave. My app code includes "Driver_I2C.h". My code compiles, but I get...
  • How to export linker-defined symbols to a symbol file?
    I built an image with armlink using a scatter file. I used the --symdefs option and a steering file to export all public symbols that are in my image and that I want other code to have access to. In...