core_cm55.h compilation correction #1603
-
Hello, I tried to compile the core_cm55.h and I found some compilation problem with gcc compiler. The 2 problems detected are
Thanks Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @lebihanm, the core header files, like The device header files are typically shipped in the Device Family Pack (DFP) for your device. If you are using generic devices (no vendor specific peripherals) you can use the pseudo device header for Cortex-M55. Let me know in case you have further questions. Cheers, |
Beta Was this translation helpful? Give feedback.
Hi @lebihanm,
the core header files, like
core_cm55.h
for Cortex-M55, are not intended to be used directly. The missing defines/types are expected to be provided by an enclosing device header file.The device header files are typically shipped in the Device Family Pack (DFP) for your device. If you are using generic devices (no vendor specific peripherals) you can use the pseudo device header for Cortex-M55.
Let me know in case you have further questions.
Cheers,
Jonatan