Forum Discussion
Altera_Forum
Honored Contributor
16 years agoas you wrote
# define ONCHIP_MEMORY_RAM_BASE 0x00010000 your on chip memory starts at 0x00010000 up to ? depending on the size you have entered in sopc builder # define PIO_OUTPUT_BASE 0x00021010 # define PIO_INPUT_BASE 0x00021000 # define JTAG_UART_BASE 0x00021020 just have a look at all these addresses, there is none of them starting at 0x0, so there is no memory you could store data at 0x0 nor there is any input at 0x0 where you can get data from.