Skip to main content
Visitor II
December 20, 2024
Question

Some examples on the STM32CubeN6 SDK do not compile

  • December 20, 2024
  • 3 replies
  • 1324 views

Hello,

I am trying to compile some USB examples for the Nucleo-STM32N657X0-Q board that is available with the STM32CubeN6, but they are failing.

All USB examples at this location do not compile with IAR

STM32Cube_FW_N6_V1.0.0\Projects\NUCLEO-N657X0-Q\Applications\USBX

It seems to be related with the following library(USBPDCORE_NOPD_CM55_wc32.a) adding FPU instructions, when the MCU does not support it.

Is there an updated version for the STM32CubeN6 SDK that solves this problem?

Regards,

wes_fflores

    This topic has been closed for replies.

    3 replies

    Technical Moderator
    December 20, 2024

    Hello @wes_fflores 

    I've test it personally using the IAR V9.50.2. Opening the project directly from Repository\STM32Cube_FW_N6_V1.0.0\Projects\NUCLEO-N657X0-Q\Applications\USBX\Ux_Device_CDC_ACM\EWARM\Project.eww and compile it does not show any error. 

    Could you please confirm and send a screenshot of your error and the Tools you are using (if you are using CubeMX or not).

    Best Regards.

    STTwo-32

    Visitor II
    December 20, 2024

    Hello STTwo-32,

    I am currently using the following:

    * EWARM v9.60.3

    * STM32CubeN6 V1.0.0; I got this version from ST website https://www.st.com/en/embedded-software/stm32cuben6.html

    Compiling with EWARM v9.60.3 I get the error shown on image IAR 9.60.3 compile Error.PNG

    I also tried the same example you personally tested to double check STM32Cube_FW_N6_V1.0.0\Projects\NUCLEO-N657X0-Q\Applications\USBX\Ux_Device_CDC_ACM

     

    >> I've test it personally using the IAR V9.50.2. 

    I assume you have a modify 9.50.2 version for IAR because I also downloaded the same version  and the compiling result shows too many errors(IAR 9.50.2 error.PNG), which is probably due to the version not supporting STM32N6 series as shown on image IAR 9.50.2 default configurations.PNG

    Regards,

    wes_fflores

     

     

    Visitor II
    December 20, 2024

    I forgot to add the image for IAR 9.50.2 default configuration of the project on my last post.

    Regards,

    wes_fflores