Skip to main content
FAlpa.1
Associate
July 13, 2023
Solved

STM32WL55 Dual core debug problem

  • July 13, 2023
  • 2 replies
  • 1183 views

Hello
friends, I am trying to make a dual core example on the Wio-E5 STM32WLE5JC Module. I made all the settings as in this video.  However, only CM4 works when debugging. CM0PLUS is not working and I am getting this error Target unknown error 32

Error in initializing ST-LINK device.
Reason: Unknown. Please check power and cabling to target. I tried this on STM32Cube ide 1.7.0 and 1.8.0.

This topic has been closed for replies.
Best answer by IIRHO.1

Hello @FAlpa.1  and welcome to ST Community .

Wio-E5 is based on the STM32WLE5JC wish use just a single core ( Cortex-M4 ). you can't use it with a dual core application. I suggest you try an STM32WL5XXX for a dual core application.

I hope this is helpful.

Issam

2 replies

IIRHO.1
IIRHO.1Best answer
ST Employee
July 14, 2023

Hello @FAlpa.1  and welcome to ST Community .

Wio-E5 is based on the STM32WLE5JC wish use just a single core ( Cortex-M4 ). you can't use it with a dual core application. I suggest you try an STM32WL5XXX for a dual core application.

I hope this is helpful.

Issam

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
FAlpa.1
FAlpa.1Author
Associate
July 14, 2023

Thank you .