2023-01-01 09:43 PM
2023-01-02 08:36 AM
Which STM32?
What do you mean by "not invoked correctly"?
JW
2023-01-02 08:21 PM
STM32 NUCLEO-L4P5ZG.
"Not invoked correctly" means debugging control line entering into Infinite loop.
2023-01-02 08:47 PM
What is "debugging control line" and where is that infinite loop?
JW
2023-01-02 08:49 PM
Debugging control line is the one which is used in STM Cube IDE for debugging.
Infinite loop is While(1)
2023-01-03 07:37 AM
Hello @pvall.1,
Could you please inform us which Cube IDE version and MX ? and have a look at the map file in the project and search for USB_FS_IRQHandler
Wijeden,
2023-01-03 10:55 PM
Cube IDE version is 1.11.0
In the map file it is mentioned like this
.text.OTG_FS_IRQHandler
0x000000000801faf4 0x15c ./src/USB.o
0x000000000801faf4 OTG_FS_IRQHandler
2023-01-05 06:37 AM
Hello@pvall.1 ,
Could you please provide a screenshot of the debug session where the infinite loop?
Wijeden,
2023-01-05 11:00 PM
Hi ,
It's working now I sorted out the issue.