Skip to main content
Visitor II
December 16, 2024
Solved

Unable to enable the EXTI Line 1 Interrupt for NUCLEO-WL55JC1

  • December 16, 2024
  • 1 reply
  • 735 views

Hello Community,

I am using the STM32WL55JC16 microcontroller. When I try to set the PA1 pin as EXTI1, I am unable to enable its interrupt in NVIC1. A popup message appears stating: "The corresponding GPIO pin is left as 'FREE' and not used by any middleware or pack." I have updated to the latest version of the IDE, but I cannot find the Pin Reservation button.

Could anyone provide guidance on how to resolve this issue?

Thank you for your help!

Best answer by STTwo-32

Hello @Embedded_Engi_2 

To be able to set this interrupt in a dual core project, you should set the Pin Context to one of the cortex available in this product (do not left it free). This option is not yet available on CubeMX. I've submitted an internal ticket to add it on the future (internal ticket number 200345). Until that, you should do it manually after generating a project.

PS: This issue has been fixed on the STM32CubeMX V6.15.0.

Best Regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
January 14, 2025

Hello @Embedded_Engi_2 

To be able to set this interrupt in a dual core project, you should set the Pin Context to one of the cortex available in this product (do not left it free). This option is not yet available on CubeMX. I've submitted an internal ticket to add it on the future (internal ticket number 200345). Until that, you should do it manually after generating a project.

PS: This issue has been fixed on the STM32CubeMX V6.15.0.

Best Regards.

STTwo-32