2021-06-01 07:41 PM
Hello Everyone, I have a STM32F401RE and the version of STM32IDE is 1.6 . I have been told that after naming a project, the STM32IDE pops a massage asking if want to set the peripherals into default mode. But for some reason my version NEVER shows me this question. What can I do? is there any other way to set the peripherals in default mode? thanks in advance.
Solved! Go to Solution.
2021-06-01 07:45 PM
Chips don't have default mode for peripherals, boards do. Select a board instead of a chip.
Well, unless you consider "everything is off except debug" a default mode, but that requires no code.
2021-06-01 07:45 PM
Chips don't have default mode for peripherals, boards do. Select a board instead of a chip.
Well, unless you consider "everything is off except debug" a default mode, but that requires no code.
2021-06-01 07:53 PM
Thank you so MUCH! I understand the issue now.