Page 1 of 1

The question of initialization

Posted: Mon Nov 20, 2017 12:27 pm
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?

Re: The question of initialization

Posted: Wed Dec 20, 2017 3:56 pm
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.