cancel
Showing results for 
Search instead for 
Did you mean: 

I'm trying to use the STMicroelectronics.X-CUBE-BLE2 version 3.2.2 to test my BLUENRG-232N device. But the mcu goes into the Infinite_Loop: during the call of the MX_BlueNRG_2_Init function

LAmen.1
Associate

I'm working on a new IOT device. I'm using your BLUENRG-232N device with STM32L496AGI6 microcontroller, and I'm using your STMicroelectronics.X-CUBE-BLE2 version 3.2.2 stack for the firmware and the application. but unfortunately the mcu goes into the Infinite_Loop: during the call of the MX_BlueNRG_2_Init function. 

Find attached the demo_project and schematic.

1 ACCEPTED SOLUTION

Accepted Solutions
Silvio
ST Employee

Hello,

from your ioc I see you did not enable the EXTI line3 for the BlueNRG interrupt.

You should enable it as shown in the attached picture.

0693W00000Ns1UMQAZ.png 

The EXTI line[15:10], also enabled in the picture, is used for the User Button that is configured in EXTI mode.

Please, let me know if this solve your issue.

BR

Silvio

View solution in original post

2 REPLIES 2
Silvio
ST Employee

Hello,

from your ioc I see you did not enable the EXTI line3 for the BlueNRG interrupt.

You should enable it as shown in the attached picture.

0693W00000Ns1UMQAZ.png 

The EXTI line[15:10], also enabled in the picture, is used for the User Button that is configured in EXTI mode.

Please, let me know if this solve your issue.

BR

Silvio

It's working thank you so much