2020-12-08 09:09 PM
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.
Solved! Go to Solution.
2020-12-09 01:14 AM
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
2020-12-08 11:37 PM
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
2020-12-09 01:14 AM
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
2020-12-10 01:58 AM
Thank you so much for the reply...