Forum Discussion
Altera_Forum
Honored Contributor
16 years ago[TSE] how have the datas from fifo tse ?
Hi, I need some help about triple speed ethernet (tse) to receive and transmit datas. I have paid for IP-TRIETHERNET + IP-NIOS + IP-TCPIP-NIOS. The altera support and commercial contact told m...
Altera_Forum
Honored Contributor
16 years agoHi again,
all adds are ok. but I have a new problem. My ram memory (external) is called "ramprog" and the base address is "0x8a00000". Before changing (add "sgdma modules"), I control the base address in th .objdump generated and it is "0x8a00000" ,So , ok. but after changing, (add "sgdma modules" with your help) my new .objdump file have the base address (to start) to "0x8a00230". So my program doesn't work. i don't undestand why the "start" address has changing. I check it on the sopc, and the base address is good (0x8a00000) and in my bsp project (in nios II ide) the base address is 0x8a000000 too. can you help me ? maybe an option in bsp editor I must change ?