cancel
Showing results for 
Search instead for 
Did you mean: 

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

GunkutA
Senior

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

1 REPLY 1
GunkutA
Senior

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.