Hi all,
now I am using Audio Weavor standard version to build up an audio processing system, everything goes well on software. Since the system can work successfully on Audio Weaver, I bought the STM32F407 to start the hardware implementation.
After I finished all the set up and tried to download the system into STm board. The error message always appeared:
" The currently connected target does not have all of the module classes needed to build this system.
Missing modules:
[AllpassDelayci] "
Does it mean my board cannot support the AllpassDelay function or I need to set up the environment first?
Thank you!
9:28am
Hello,
The free STM32F407 BSP available on our website only has support for the Standard module pack. The AllpassDelay module is part of the Advanced module pack, so your target is not able to run a model that uses this module. If you're interested in purchasing the Advanced module library for Cortex M4, please email info@dspconcepts.com.
Thanks
-Axel
9:39am
Thank you Axel!
I will purchase the advance module pack after my company approves my application.
9:10am
Hi,
We are evaluating on STM32F407 the AWE Designer.
When attempting to run the very minimalist application : PassThrough.awd , AWE returns an error:
" the currently connected target does not have all of the module classes needed to build this system.
Missing modules:
Rebuffer1[Rebuffer]
the core .bin loaded to the target is the one provided in the AWECore ST Eval cortex M4 Release 8.B.5.1 ST Eval build61 /SampleApps/STM32F407
STL32F407_Discovery_SW4STM32bin
this core SW seems to be correctly loaded and running when target is powered as the green LD4 blinks
the target is also correctly seen by the AWE server.
Were is the problem ?
Thanks for your help.
Frédéric
9:12am
Remove the Rebuffer module from the layout. The Rebuffer module is not included with the ST Eval version of the product.