Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYes you need to connect the instruction memory to the CPU's data port whenever you want to be able to upload the application into the instruction memory. This happens usually in two cases:[list][*]when you want to upload an application through JTAG[*]when you use a bootloader that copies the application from flash[/list]And be also careful if the BSP is configured to use some of the instruction memory for data (data, stack, bss or heap).