Forum Discussion
Altera_Forum
Honored Contributor
19 years agoOh,I change the memory size to 40K,the problem is solved.
But,the new problem is coming. when I run as niosII-Hardware,the message is as following: Using cable \"USB-Blaster [USB-0]\", device 1, instance 0x00 Pausing target processor: not responding. Resetting and trying again: FAILED Leaving target processor paused My code is so simple,as following:# include <stdio.h> int main() { printf(\"Hello from Nios II!\\n\"); return 0; } Why?Could you help?