Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHelp me in audio code, please! (about I2C SCL BASE )
Hi all!! I applying audio code demo of altera. But when I build project, it had 2 error : 'I2C_SCL_BASE' undeclared (first use in this function) AUDIO.c /audio_de2_115_MTL line 357 ...
Altera_Forum
Honored Contributor
13 years agoApparently the code you are compiling is looking for two peripherals in your system, one called i2c_scl and another one i2c_sda, but they aren't present. You should add them to your SOPC Builder or QSys project.
From the names I'm guessing they are 1 bit bidirectional PIOs.