Hey Im currently in the process of Migrating some visual DSP+ code to crosscore embedded stuidos, for the ADSP-BF548 board
The code makes extensive use of the AD1980 codec , AD1980 driver includes and a callback routine. . Currently I am watching this video
http://videos.analog.com/video/products/processors-dsp/2751956133001/Migrating-from-VisualDSP-to-CrossCore-Embedded-Studio/
To assists with the migration. In the video they replaces the BF2x onchip codec drivers includes an all mentions to the codec with the ssm2603.
My question is do I follow a similar process to the above video and replace all mention too the AD1980 with the ssm2603, and if so why?
Cheers Eranga
Hi Eranga,
Are you using a BF548 EZ-KIT Lite, or a custom board that uses the AD1980 codec?
The changes in the example used to illustrate the porting process in that video were required because the name…
Unfortunately, as there is no Device Driver available for CrossCore Embedded Studio, you would have to directly interact with the codec through the SPORT interface. Do you still have VisualDSP…
If these files are not present, I suspect you have only installed the base-release of VisualDSP++ 5.0 (which did not have complete BF548 support).
I recommend using the latest release of the…
Thanks Craig
Also its quite strange that the ViualDSP++ 5.0 CD provided with the board doesn't have the correct header files to program the board that it came with. Am I required to purchase VisualDSP++ 5.1 ?
Regards
Eranga