How to access the onboard RGB LED using Verilog?

How do access the RGB LED on the top of the board using Verilog. Does it have a specific pin? Is it even connected to the FPGA on board.

I am trying to make a simple counter, that counts upwards and would like to change the color for every few counts to make sure my counter is working properly.

Thanks in advance.

According to schematics the red channel can be driven by SAMD21 pin PB08, while the green and blue channels are controlled by Nina Wi-Fi module. There are no fpga connections to that led.

1 Like

Thank you. I had the same feeling that I cannot control the LED from the FPGA.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.