2020-03-11 10:48 PM
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:
2020-03-11 11:12 PM
Edit: I think I solved the problem by adding a new linker. From this window:
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.