-
Hi, I am working on an example that demonstrates the usage of a DRV8844 motor driver with PWM and DMA.
However, something is not working as expected.
The duty cycle does not change after a DMA w…
-
I was trying to run the basic `VGAHelloWorld` sketch on my `esp32-c3 devkitc-02` board and ran into the following issue. How can I solve this problem?
```output
In file included from C:\Users\User…
-
Here is the place to discuss the enchancements of the library for the v2.0
### Key things that will be created/changed:
- [ ] Create Base `Interface`
- [ ] Support for `PWM`
- [ ] Support for `Servo`
…
-
Hi, is the internal timer that uses the mtime and mtimecmp memory-mapped registers implemented in VexRiscv?
At least in Murax it seems that timerInterrupt is driven by the external timer, would it …
-
Hi, I was playing around with the TIMG timers. My use case was to setup two periodic timers with interrupts. The only point where you can set up the timers with interrupt handlers is `TimerGroup::new(…
-
### The type of board you are using.
ESP32 board
### What IDE are you using?
Arduino IDE
### Example(s) you have checked while hunting the bug.
- [ ] Demo_Toms_Diner
- [X] Getting_Started
- [X] T…
-
Hello, recently I have been wanting to add an SPI peripheral IP with a standard AXI structure to Briey's AxiCrossBar, which is written in SystemVerilog. I have noticed that the Axi4Shared interface is…
-
My LoRaSerials are unusable for RTK work. The latency (age) of my RTK solution, as report by the Facets, is very unstable when using the LoRaSerial radios. It will work for a few minutes, then the com…
-
Hi!
When I using the naxriscv to build my soc, I meet a problem about the openocd
Here is my Soc:
```
object SOCConfig{
//set default soc config
val init = UartCtrlInitConfig(
baudr…
-
Hi,dear dolu,
I am currently learning how to use the kernel generated by Litex to run the dhrystone algorithm on SOC. The specific operation is: 1. Generate a SOC system with a Nax core, and then bas…