OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /neorv32/trunk/sw/bootloader
    from Rev 56 to Rev 57
    Reverse comparison

Rev 56 → Rev 57

/bootloader.c
469,6 → 469,11
else {
neorv32_uart_print("Loading... ");
 
// check if SPI is available at all
if (neorv32_spi_available() == 0) {
system_error(ERROR_FLASH);
}
 
// check if flash ready (or available at all)
if (spi_flash_read_1st_id() == 0x00) { // manufacturer ID
system_error(ERROR_FLASH);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.