The Sifive Hifive board and the sparkfun red-v board use the same CPU.
The Hifive rev b board has three LEDs on it. The red-v board has one LED.
The GPIO memory map for the fe310 cpu has its base at $10012000. The pin enable bits are at $10012008.
Using JLinkExe you can modify the memory at $10012008 to change which pins are enabled.
Using the Hifive board if you change the memory from $30000 to $230000 the blue LED turns on.
Using the red-v baord if you change the memory from $30000 to $30020 the LED does NOT turn on!
Does anyone know why enabling the red-v pin does not turn on the LED?
Thanks for your help