Question
Qestion about specific of STM32F3x core
Posted on February 01, 2016 at 06:21
Good afternoon.
I have problem control of disable and enable all interrupts in this processor.Compiller ''arm-none-eabi-gcc'' say me:''bridge.s:400: Error: selected processor does not support Thumb mode `mrs r2,primask'''.And it does not allow to apply the following instructions:__get_PRIMASK (), __set_PRIMASK(previous), __enable_irq(), __disable_irq().Actual algorithms require use this. What me to do? Thanks. #interrupts #interrupts #interrupts