x-heep
x-heep copied to clipboard
eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V
it has been decreased to 15MHz and 9600 here https://github.com/esl-epfl/x-heep/pull/404
Sorry if the post's format is wrong, this is the first time I am posting an issue in Github When there are multiple header files in the same folder, that...
Major refactoring of the HAL for the i2c peripheral. The main changes are due to the usage of the memory mapped `i2c_peri` structure to access directly the registers. Moreover the...
potential (untested) fix for #448
In function `power_gate_core_asm`, after the `wfi` https://github.com/esl-epfl/x-heep/blob/main/sw/device/lib/drivers/power_manager/power_manager.c#L100 the `__power_manager_start` is correctly loaded again into the register as the core is returning from reset state after power gating. However, the compiler...
I am trying to generate a design with 18 memory banks. When executing the `make mcu-gen` it is not raised any error, next you can see the output. ~~~ $...