Skip to main content
GunkutA
Associate III
March 12, 2020
Question

Selected processor does not support '***' 0xF in Thumb mode error.

  • March 12, 2020
  • 1 reply
  • 1193 views

Hello, when I create a project from CubeMX, compiler does not let me build it and gives me Selected processor does not support '***' 0xF in Thumb mode error. To test it I have created an empty project from CubeMX and did not assign any pins or anything. Even in that case, compiler still gives the same errors. I am using Nucleo-F746 board. I have tried to change the instruction set to Thumb and ARM from Thumb2, but I guess that is not that solution. How can I fix this issue? Thanks beforehand.

Here is the screenshot of the errors:

0693W000000TjiGQAS.png

This topic has been closed for replies.

1 reply

GunkutA
GunkutAAuthor
Associate III
March 12, 2020

Edit: I think I solved the problem by adding a new linker. From this window:0693W000000TjlPQAS.png

But I am not sure, since there was no option for Nucleo-F746G. I chose the MCU (STM32F746ZG) as device not the board. I am not sure if this will work.