Altera_Forum
Honored Contributor
12 years agotimer problem
I'm new to altera and c-programming. Just can't make the internal timer work. int main(void) { volatile int * red_leds =(int*) 0x10000000; volatile int * timer =(int*) 0x1000200...