Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples/xxx Example not compliant #223

Open
cheng5230 opened this issue Aug 5, 2024 · 1 comment
Open

examples/xxx Example not compliant #223

cheng5230 opened this issue Aug 5, 2024 · 1 comment

Comments

@cheng5230
Copy link

cheng5230 commented Aug 5, 2024

sw_usb_audio example
Analyzing fir_1x16_bit.S Error, unable to find A00004 Unknown opcode
image

@ed-xmos
Copy link
Contributor

ed-xmos commented Aug 5, 2024

Looks like you are bringing the wrong version of lib_mic_array. The clue is in the lib version check warning. You need to checkout version 4.6.0. You can see from the changelog that a major change was introduced which uses the VPU (XS3/xcore-300 only) hence instructions not supported by Xcore-200.
If you change the version of lib_mic_array (git checkout v4.6.0) it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants