2024-04-24 12:34 AM
I am workijg with NUCLEO-WL55JC2 development board it has STM32 WL55JC controller . The controller has two core processor CORTEX M4 and CORTEX M0+ processor. when i am creating a project in STM32 cubeide it has dual core configuration.. means seperate File for both both configuration but with same IOC file. So i am building the code for both core sepereately and i am trying to load the code .. In cortex m4 the code is loaded good , but in cortex m0+ the code is not loading proper. it is showing error like
Maybe this is a simple mistake ,because i am not familliar with double core controller. so if anyone can solve this error please solve this ..