Forum Discussion
Altera_Forum
Honored Contributor
18 years ago --- Quote Start --- originally posted by slacker@Mar 30 2007, 02:22 AM so, your code isn't downloading? do you have a jtag debug module, with a leve of at least 1, enabled on your cpu? if not, then download/debug will not function.
if the debugger never makes it to main(), then you need to experiment with setting breakpoints earlier. in the run/debug target menu, you'll find an option to set the initial breakpoint at alt_main().
cheers,
- slacker
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22617)
--- quote end ---
--- Quote End --- yeah , the Jtag debug module is working fine and is enabled, the whole program runs fine, but when it reached the printf function, it executes it without printing out the text to the console. which is why i suspect the error in my previous post caused the problem. I dont know how to fix that error. thanks