Hello, I have a particularly weird problem that I can't figure out how to solve. I was using the 52833 DK for software development and the onboard leds were blinking perfectly fine, but after a short break they don't seem to work at all. My previous code using the led api does nothing, the blinky example using GPIO api does nothing, and the developer academy lesson 1 and 2 don't do anything. But the LED definitely works. With a multimeter I can confirm that there is a voltage increase at the pins when the LED is driven, the diode test shows it working and if I bridge the right pad of LED1 with SB9 the LED will light up properly. The only conclusion I can come to is either that a software change made a difference in how the LEDs were drive or that the drive polarity in hardware somehow changed. I'm really at a loss for this one.
SDK version: v3.2.1
Board: nRF52833-DK
Code to reproduce: