Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNEEK Cyclone III edition problem
I am trying to create a simple project like Hello World or counter. I made a design but always getting error like; Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target ...
Altera_Forum
Honored Contributor
15 years ago(IOWR_ALTERA_AVALON_PIO_DATA, led_mask); PIO_RED_LED_BASEWhat is this?!? :confused: It should be: IOWR_ALTERA_AVALON_PIO_DATA(PIO_RED_LED_BASE, led_mask); Also make sure that PIO_RED_LED_BASE is the correct define name for the pio (refer to system.h).