Forum Discussion
Altera_Forum
Honored Contributor
14 years agowell, i solved the issue:
i am posting the solution so it can help others. when booting from the flash or RAM, you need to point all prints to null. you do this by editinf the stdout (and others) to "none" in the BSP editor. if not, the code will freeze on any printf command in the code. hope this helps!