Hello , All i want to config Ethernet peripheral "init_TcpNet " in RTX-OS. i doing add of its configuration file & its library . when i type init_TcpNet (); the compiler relate below errors:
new-Rl-arm.axf: Error: L6406E: No space in execution regions with .ANY selector matching net_config.o(.bss).
new-Rl-arm.axf: Error: L6407E: Sections of aggregate size 0x2128 bytes could not fit into .ANY selector(s).
Can any one help me.
Thanks a lot Amir Zendehdel
Hello per Thanks for your replay But i think i have enough space i use at91sam7x256 256 KB flash and 64 KB ram only write little cod in my program SD-Flash and TCP-Net only regard Amir
But one of the errors is that it can't fit about 8kB.
However, I might have been wrong in my previous post. One of the errors explicitly complains about bss - which is uninitialized variables. How have you allocated your RAM? How much for stack(s)? How much for heap? How much for your own program? Any specific settings for the TCP/IP stack?
Hello Per
Thank you veryyyyyyyyyyyyyyyyyy much
it is solved
in rtx config we use many stack ram
but can you invite to me a pdf or website for how to choose stack ram in rtx config
Thanks a lot Amir
Hello,
I have new problem with TCP NET
the program compile ok.
when we add init_TcpNet in our program then we have below problem:
1- lan led turn on for about 1 sec and then turn off
2- if lan cable was not plugged then Init_TcpNet does not pass and program will paused
3- system does not work
Please help me.
Amir Zendehdel
Did you bother to read the user manual of TCPNet?
Hello Tamir
i read some thing about it on keil website
but if you can please send me its user manual web link.
Thanks a lot\
Amir
http://www.keil.com/support/man/docs/rlarm/rlarm_tn_tcpip_prot.htm
Thank you Very Much Mr.Tamir