Skip to main content
GSant.5
Associate
June 2, 2021
Solved

How to set STM32IDE peripherals into default mode?

  • June 2, 2021
  • 2 replies
  • 1493 views

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.

This topic has been closed for replies.
Best answer by TDK

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.

2 replies

TDK
TDKBest answer
Super User
June 2, 2021

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.

"If you feel a post has answered your question, please click ""Accept as Solution""."
GSant.5
GSant.5Author
Associate
June 2, 2021

Thank you so MUCH! I understand the issue now.