Looking for an expert programmer

First time on the site? Say hello here!
PaulEasy
New User
Posts: 3
Joined: Sun Jan 12, 2025 3:31 am

Looking for an expert programmer

Post by PaulEasy »

Hi, I am currently working with a Xu316 chip, on an audio project. I got some examples running but I am getting lost when on how to add libraries, the i2S and USB ones. I am looking for someone expert to teach me.Thanks
User avatar
Ross
Verified
XCore Legend
Posts: 1207
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

Adding a library to your project should be easy, assuming you're using the cmake based build system (xcommon-cmake)

Add the following to the application CMakeLists.txt

set(APP_DEPENDENT_MODULES "lib_i2s" "lib_xud")

Application notes are a pretty good start for projects.
Technical Director @ XMOS. Opinions expressed are my own