Jan 9, 2021 #1 V Veketti Full Member level 3 Joined Sep 14, 2014 Messages 164 Helped 0 Reputation 0 Reaction score 0 Trophy points 16 Activity points 1,700 Hi, Quick guestion. Have I understood correctly that this: GPIOA -> BSRR = GPIO_Pin_9 Pulls pin PA9 high and GPIOA -> BRR = GPIO_Pin_9 Pulls pin PA9 low? Thank you in advance.
Hi, Quick guestion. Have I understood correctly that this: GPIOA -> BSRR = GPIO_Pin_9 Pulls pin PA9 high and GPIOA -> BRR = GPIO_Pin_9 Pulls pin PA9 low? Thank you in advance.
Jan 9, 2021 #2 KlausST Advanced Member level 7 Joined Apr 17, 2014 Messages 26,108 Helped 4,916 Reputation 9,857 Reaction score 5,763 Trophy points 1,393 Activity points 175,451 Hi, Yes. But I wonder why you ask. There are so many tutorials, explanations, example codes... Klaus