Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Nios II IDE Debugger

Altera_Forum
Honored Contributor II
1,297 Views

Hello 

 

I am using the Nios II IDE and the built in debugger to debug some code. To be more precise, I am trying to port the LWIP to the OpenCores MAC solution. I am having problems with the debugger hanging in certain points. In particular it hangs when stepping into functions, which I use a pointer to. I can see the pointer is ok and points to a valid location, but still, the dubugger hangs. 

 

Has anybody had this type of problems ? do you know what can be the cause of such a thing ? 

 

Nir
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
550 Views

can you send the project to us? 

khallbec@altera.com 

 

we'd just use it to verify the bug, then to test a fix. We can toss it after that.
0 Kudos
Altera_Forum
Honored Contributor II
550 Views

Hi 

 

Sorry for the hassle, but I found the problem. The SRAM was shard by the packet buffer and the program memory, which is obviously not good (duh). 

 

Nir
0 Kudos
Reply