Associate
November 23, 2022
Question
Wanting to use external interrupt to turn on internal led.
- November 23, 2022
- 6 replies
- 1814 views
I am not wanting to use the HAL interface because I want to try and gain experience with the ARM bare metal programming. I have examples online and seem to be following them exactly but the led will not light up when a pin is pulled to ground. I measured the voltage on the pull up and do get voltage. The led will turn on if I put the code in the main while loop. I am using PB5 as the input.