Hello,
I have created a custom module that is meant to run on the NXP RT685. Following the steps in the "Audio Weaver - Module Developers Guide" I was able to build a DLL and successfully load the module into an Audio Weaver design. At this point, I need to add "awareness" of this new module to the embedded-side. I searched everywhere in the Custom Module Developers Guide but couldn't find the steps needed to integrate the module with the Audio Weaver Core. Is there a document or tutorial video that explains the procedure for completing this second half of the custom module development?
Many thanks for any advice.
10:33am
Hi mehmoodn,
I've attached the AWE Core integration guide which should take you through the remaining steps needed. The developers guide mentions on page 10, "This document focuses exclusively on items 1 through 9 – those associated with creating custom audio module DLLs on the PC. The AWE-Core™ Integration Guide takes you through the remaining steps needed to update the audio module library on an embedded target and to create C code initializers.", so hopefully you're able to get the rest of the way. Please have a look and let me know if you're able to make progress.
12:50pm
Thank you, Kyle. I had skimmed through the document you referenced when I was initially doing my investigation. I managed to stumble into the method to integrate my new module. I'm putting together my own procedure document so that my employer will have a reference. Ironically, I couldn't find anywhere in the attached document any of the search terms "custom module" or "C code initializers". I appreciate the timely response.