This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is RCC_AHB1RSTR register for?

The architectures of Cortex-M4 and Cortex-M7 include RCC_AHB1RSTR register. What is it for? When I use this register for resetting AHB1 bus for any of GPIO ports these ports stop working irrevocably.

Thanks in advance!

Parents
  • Hi Denis,

    This register is used to reset a Peripheral on the AHB1 bus. Setting a bit forces the selected peripheral back to it's Power On Reset state.

    This is useful if you find a peripheral has stopped working and you want to reset it before re-intialising...

    Cheers
    Bryan

Reply
  • Hi Denis,

    This register is used to reset a Peripheral on the AHB1 bus. Setting a bit forces the selected peripheral back to it's Power On Reset state.

    This is useful if you find a peripheral has stopped working and you want to reset it before re-intialising...

    Cheers
    Bryan

Children