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

how to unlocking pin stm32f103

Hi, i'm fai
I learning stm32f103 programming, and I'm confuse, I want using

void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, u16 GPIO_Pin)

.
How to unlocking pin after I using it?
please help me.. thanks

Parents
  • Note that this is a specific question about an ST product - it has nothing to do with Keil or ARM.

    And is not so different from many other questions posted on this forum.

    Section 9.2.7 of the RM0008 reference manual states:

    When the LOCK sequence has been applied on a port bit it is no longer
    possible to modify the value of the port bit until the next reset.
    

Reply
  • Note that this is a specific question about an ST product - it has nothing to do with Keil or ARM.

    And is not so different from many other questions posted on this forum.

    Section 9.2.7 of the RM0008 reference manual states:

    When the LOCK sequence has been applied on a port bit it is no longer
    possible to modify the value of the port bit until the next reset.
    

Children