[Bug]: LED does not blink after flashing #103
Replies: 10 comments
|
@codingmavy Can you tell me that, which pin number that you have assigned for LED in the IO planner?? |
I assigned GPIO 16 OUTPUT for LED as mentioned in guide |
Then it should work, let me test and confirm that once and will let you know. |
|
Ok thanks |
|
@codingmavy Few things if you can reply did you connect the OE pin to the 16 OE ? |
|
Yes I connected clock and clock enable pins and followed the full guide |
|
can you tell me the complete bitstream name you are flashing it should be "FPGA_bitstream_MCU.bin" |
|
@codingmavy I tried in the |
|
@codingmavy since the hardware works fine and the test bitstream is also working lets move issue to discussion as neither its a issue with hardware nor with software |
|
I identified the root cause of the issue. Initially, while using the MicroPython UF2 firmware, I accidentally flashed the wrong bitstream After switching to the Arduino framework, I mistakenly flashed To resolve the issue, I switched back to the MicroPython framework and flashed the correct bitstream |
Uh oh!
There was an error while loading. Please reload this page.
Board
Shrike-Lite (RP2040)
Board Revision
V1.0-R0.5
Firmware
MicroPython UF2
Operating System
Windows
What happened?
When generating a bitstream from
main.v(taken from the official repository) using GO Configure v6.54 on Windows and flashing it to the Shrike Lite board (SLG47910V RevBB), the LED does not blink as expected.However, when using a pre-generated bitstream (e.g., one generated externally or provided by Claude AI), the LED blinks correctly on the same hardware. This strongly suggests the issue is with the bitstream generated by GO Configure v6.54 rather than with the hardware, the source Verilog, or the flashing process.
Steps to reproduce
main.vin GO Configure v6.54 (Windows)Serial output / error message
Screenshots
Example or project affected
Additional context
All reactions