Support for efr32zg28 #89540
Unanswered
shontal1005
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to add support to the efr32zg28 (efr32zg28b322f1024im68).
When I try to build I get an error in one of simplicity_sdk files saying SecureFault_IRQn is not defined (the exact file is
zephyrproject/modules/hal/silabs/simplicity_sdk/platform/Device/SiliconLabs/EFR32ZG28/Include/efr32zg28b322f1024im68.h
).I have looked at other platforms and saw that there is an
ifdef
in which they defineSecureFault_IRQn
(thisifdef
does not exist in my efr32zg28 file).How can I solve the problem and why for efr32zg28 the
ifdef
does not exist?Beta Was this translation helpful? Give feedback.
All reactions