x-heep icon indicating copy to clipboard operation
x-heep copied to clipboard

eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V

Results 109 x-heep issues
Sort by recently updated
recently updated
newest added

### Summary In the `example_dma_external` example, the interrupt service routine should print `D` on the serial output via the `PRINTF` macro when an end of DMA transaction (`DMA_TRANS_END_INTR`) interrupt is...

### Summary In the `example_i2s` example, the interrupt service routine should set a flag to print `irq 1` on the serial output via the `PRINTF` macro when the internal I2S...

@davideschiavone, I ran into a bug while using the timer in Heepocrates which probably the same story for xheep. The function "rv_timer_approximate_tick_params" which is used for setting prescale and step...

This can be implemented as "N" instantiations of the DMA, all with contiguous memory space N should be specified in the mcu_gen.hjson file, and mako templates should add the N...

enhancement

The DMA currently can implement to modes: 1) normal mode for(... i

enhancement

after this https://github.com/esl-epfl/x-heep/pull/399 make sure the 2 are equivalent (e.g. rodata sections all in ram1) etc

high-priority

In #363 we added a second interrupt in the `example_gpio_intr` application to test that the array of handlers inside the gpio hal was working. At that time, that was working....

Either the CPU or the co-processor do not work when running the matfadd example application. The simulation in Questasim gets stuck, probably due to this error: https://github.com/openhwgroup/cv32e40x/issues/800 while the simulation...

bug
enhancement
help wanted