79143348b0d9b7923a5ef8bd17e39f3849b8216e
Spatial audio firmware for Phaten
How to build the firmware:
- Edit CMakeLists.txt file for target hardware and set the define HOST_OS_DETECTION ON/OFF
- go to the directory: sw_usb_audio/app_usb_aud_phaten_golden/
- rm -rf build
- cmake -B build
- xmake -C build
- the binaries are in the directory bin/ex3d_xxxxx/
How to flash the binaries:
- xflash --erase-all --target-file ./src/core/PHATEN.xn
- xflash --target-file ./src/core/PHATEN.xn --factory ./bin/ex3d_stereo_2k/app_xxxxx_stereo_2k.xe --upgrade 1 ./bin/ex3d_71_game/app_xxxx_71_game.xe --loader ../../loader/..../loader.o
- Factory: UAC1.0, upgrade image: UAC2.0
How to build the loader:
- go to the directory: sw_usb_audio_8.1.0/loader/AN00109_XK-AUDIO-316/src
- run xcc -march=xs3a -c loader/loader.xc -o loader/loader.o
Description
Languages
C
57.3%
Python
15.1%
Assembly
9.9%
XC
9.8%
TeX
5.1%
Other
2.5%