Hello,
I would like to have the LED Status on an external LED. Is this possible? Is there any physical port that gives me status of the Bela Board?
Thanks,
Luís
Physical acess to Status LED
- Edited
P9.27 for Bela/CTAG
or P1.02 (Blue) and P1.04 (Red) for Bela Mini
giuliomoro Great! Many thanks!
giuliomoro P9.27 for Bela/CTAG
actually that's wrong. That's the pin for the switch, not the LED. The LED on Bela cape Rev B (the only ones ever available on the market) is not accessible through the headers. Rev C capes will have on-board LEDs and these will go on accessible pins. For now, you can change these lines in Bela/core/PRU.cpp
to use a GPIO of your choice.
const uint32_t userLed3GpioBase = Gpio::getBankAddress(1);
const uint32_t userLed3GpioPinMask = 1 << 24;