-
Hi, I'd like to know which arduino boards are compatible with the pulse sensor, aside from the arduino UNO. I can't seem to find that information anywhere, all I know is that it does not work with the…
-
If I connect the VexRiscV to a AhbLite3Decoder from SpinalHDL I get a combinatorial loop.
```
package vexriscv.demo
import spinal.core._
import spinal.lib._
import spinal.lib.bus.amba3.ahbl…
-
Hi,
i have a problem with using the following custom interruption demo.
https://github.com/SpinalHDL/VexRiscv/blob/master/src/main/scala/vexriscv/demo/GenCustomInterrupt.scala
I try build it…
-
Hi! This has been a great library, and I've been loving the ability to use rust over the CubeMX C projects. I have encountered one bug though, and wanted to see if I could get some additional eyes int…
-
Hi,
The litexGen isn't a self contained runner, it need some argument and anditional scala file to generate.
For instance, https://github.com/litex-hub/pythondata-cpu-naxriscv/blob/m…
-
When a pseudo-continuous data source (rainfall sensor) stops triggering for some amount of time, log data (in this case can just do Serial for demonstration purposes).
-
Originally posted by **addelovein** February 3, 2023
I hear the first word (LOW) Since i have bno amplifier...
Connected 3.3v - 26
Speaker to GND and 25
After first Say:
[ 1559][E][esp32-…
-
Compiling with this flag, e.g. when using pico-debug, using VS+Platformio will result in link errors in many libraries, e.g. TFT_eSPI, RPI_PICO_TimerInterrupt, as Serial is left undefined.
To avoi…
-
Hi @midilab,
I have been working with another ARM board, the [Adafruit QT Py M0](https://learn.adafruit.com/adafruit-qt-py) which is pin compatible to the Seeed Xiao board with a few hardware diff…
-
Is it possible to change Briey's AXI crossbar to AHBL easily?
I have tried a couple of times but all I get are errors.
I have put the code on https://github.com/AdDraw/VexRiscv/blob/briey_on_…