Microchip-MPLAB-Harmony / audio

Harmony 3 Audio library
https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_audio&redirect=true
Other
15 stars 5 forks source link

Error adding the I2S driver #1

Open xultz opened 4 years ago

xultz commented 4 years ago

I'm working in a ATSAME53J18A firmware, and when I try to add the I2S driver in MHC, I get the following error: `[Error]: Failed to instantiate component: drv_i2s

[Error]: Exception cause: Traceback (most recent call last): File "C:\Microchip\Harmony3\core\driver//i2s/config/drv_i2s.py", line 105, in instantiateComponent Database.setSymbolValue("HarmonyCore", "ENABLE_SYS_COMMON") TypeError: setSymbolValue(): expected 3-4 args; got 2`