cancel
Showing results for 
Search instead for 
Did you mean: 

error: selected processor does not support `dsb 0xF' in Thumb mode

Bs.1
Associate II

Hi,

I am trying to generate code for STM32L010C6T6.

using CubeMX5.5.0 & Atollic 9.0.1 IDE..

After generating a code, I build it. I found errors like

selected processor does not support `cpsid i' in Thumb mode

selected processor does not support `dsb 0xF' in Thumb mode

Can any one help me to solve this issue?

I have attached my code zip file here..

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Khouloud ZEMMELI
ST Employee

Hi @Bs.1​ ,

So tested with the 6.1.0, there's no compilation errors, please use the latest version.

Thanks for your feedback, Khouloud

View solution in original post

3 REPLIES 3
Khouloud ZEMMELI
ST Employee

Hello @Bs.1​ 

I'll try to reproduce your problem, otherwise, can you please check with the latest CubeMX version (6.1.0) ?

Thanks, Khouloud

Khouloud ZEMMELI
ST Employee

Hi @Bs.1​ ,

So tested with the 6.1.0, there's no compilation errors, please use the latest version.

Thanks for your feedback, Khouloud

Thank you so much for the reply...