Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


STM32F103CBT6 ccyImJ6x.s:746 selected processor does not support `msr primask,r3' in Thumb mode

Hi,Today I encounter a sudden problem blow.

C:\Users\Dark\AppData\Local\Temp\ccyImJ6x.s:746: Error: selected processor does not support `msr primask,r3’ in Thumb mode
C:\Users\Dark\AppData\Local\Temp\ccyImJ6x.s:772: Error: selected processor does not support `msr primask,r3’ in Thumb mode

An other project of F103C8T6 is well
I compare the TWO project,It seems there is no different.
Do someone know what is going wrong?