Question
Adding/editing/deleting any line of code in STM32WB35CC main programme causes crash when while using BLE and MX_APPE_Init
I'm currently working on a project using SPI LCD screens, BLE, and timer at the same time. When I wanted to further modify my programme (like simple code of switching GPIO output, or more complicated code of showing letters on the LCD with SPI), the mcu just froze. And when I deleted MX_APPE_Init generated by STM32CubeIDE (which disables bluetooth ofc), everything worked normally again. I can't find any clue to solve this problem, could anyone help?
