Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe busy error message is strange. Either the component isn't reset properly (do you have a correct reset signal fed to your SOPC component?) or the CPU is not reading the correct address.
For the second point, see if the system.h file in the BSP defines the correct base address for your component (it should be a# define xxx_BASE where xxx is your component name) and that it is used correctly in the code. You can also use some SignalTap probes on the component's Avalon bus to check that it is accessed correctly.