The question of initialization

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
qwerasdfzxcv
Member++
Posts: 20
Joined: Thu Oct 19, 2017 1:44 pm

The question of initialization

Post by qwerasdfzxcv »

hi guy
In the app_smarthome_init file, you can't build 1i0o0,but I now want to initialize app_vf_spk_base_1i0o0_cir43_i2s_only_48khz.xe by modifying the parameters of beclear_conf_defaul_default.h.What should I do?


peter
XCore Addict
Posts: 230
Joined: Wed Mar 10, 2010 12:46 pm

Post by peter »

The only time that you need to use the _init applications are when you are building keyword versions of the applications. They are the only ones that need the memory optimisations that are provided by doing a two-stage approach. All the other configurations (i.e. any that don't have _keyword in them) are built directly from the values in the configuration headers.

Therefore, all you should need to do is to change the parameters and rebuild.
Post Reply