Altera_Forum
Honored Contributor
16 years agoNios II IDE memory access error
What would be the first step to debug with this error message?
/////////////////////////////////////////////////////////////////////////////////// Error! : Failed memory access in component cpu - Unable to read data from invali d memory address 0x0 //////////////////////////////////////////////////////////////////////////////////// following is all my base address; # define ONCHIP_MEMORY_RAM_BASE 0x00010000# define PIO_OUTPUT_BASE 0x00021010# define PIO_INPUT_BASE 0x00021000# define JTAG_UART_BASE 0x00021020 What would be the first step to start debugging? thanks,