dear,
I want to set a demo on ADSP-21489 board, which is used to demo for other ADSP users.
I created a Plug-In(algorithm module) in a SigmaStudio and I want to flash it to EZ-board. But the parameter size of the algo module is a little bit big(80k).
So I want to pack the parameters to a bin file and flash it to a specific address in ADSP-21489 board. Then algo module use the address to read the bin file and load parameters.
My question is that is it possible to do it? If so, how to get the address to flash bin file and how to use the address to read the bin file.
If this method is not correct, is there a good way to setup this demo?