2021-11-24 01:22 AM - edited 2023-11-20 09:14 AM
I started my project from scratch in CubeIde. So just select stm32wl55ccu6, choose all necessary peripherals and lorawan. Unfortunately, from scratch, this MCU can't choose only one core option(M4). To be able to use the Lorawan option, I need to IPCC turn it on. I created the project successfully.
I stuck here
I found a similar problem on this forum.
Of course, I can't debug Cortex M0.
But it doesn't work in my project. I replaced ***.ld and ***.s files for M0. Would you please reproduce it and give me some hints on how to start Cortex M0 core?
My project is available on git