You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated SYS_CLK_FREQ to ensure correct UART output.
Maintenance update
CoreSPI
project name from RV32_SPI_Flash -> miv-rv32-corespi-flash
adds build configurations
miv-rv32i debug and release
miv-rv32-imc debug and release
Maintenance update
CoreI2C
Maintenance update
MIV_RV32 HAL
Added MSCC_STDIO_THRU_CORE_UART_APB in project setting. And updated the linker script to have non-zero heap value, so that
printf gets mapped to prints on the UART terminal
Maintenance update
miv-rv32-bootloader-applications
updated Systick configuration ticks to generate 10ms interrupt
new option has been added to allow running an application from LSRAM after downloading the
raw binary file from YMODEM
download file format modified to RAW binary from hex file.