I have created a custom module that runs native on the PC. I would like to port this module to my 21469 EZKit board. I have the BSP for the board. I have the doc "ADSP-21469 EZ-Kit Setup Guide" and have followed the instructions for flashing the board. How do you to create the dlb file that contains my custom module and then how to recompile the BSP linking to the dlb file?
10:17am
Hi Darrel,
To create the .dlb that contains your custom module, all you need to do is compile your ModDarrelsModule.c (and possibly any support files you've created) into a .dlb library with whichever ADI IDE you're using (either CCES or VDSP++). Next, update the ModuleList.h (possibly TargetInfo.h if this is an older BSP) to include your module's class in the LISTOFCLASSOBJECTS macro. Finally, you can update the appropriate 21469 project to link in this new library. Rebuild the project and reflash the board and you should see that your new module is available.
Let me know if you get stuck or if you need more information.
-Axel