ZeRoN said:Dear usbman,
I haven't use ATMEL processor yet. I'm waiting for ATWeb_EVK01.
Regards,
Thanks for for the calculationsZeRoN said:I change tcpip.lib for permanently bypass __IP_CHECK.
offset 0x5F30 0xE4 -> 0x22 (CLR A -> RET :bypass)
offset 0x5F52 0x22 -> 0xE4 (RET -> CLR A :correct library checksum)
I'm finding answer for above questions.I said:I haven't use ATMEL processor yet. I'm waiting for ATWeb_EVK01.
I'm using Phillips P89C51RD2 on my exists system, to evaluate
ATWeb tcp/ip stack before EVK01 arrived.
Is there more details of ATWeb TCP/IP stack library?
How to config PPP nigotation?
How to disable it?
(to put my own PPP connection, then use only their TCP/IP stack)
void main(void)
{
//Hardware Initialize
//Doing my PPP connection
...
EA=1; // Disabled all IT
I_AM_SERVER=TRUE;
network_init();
state_control_protocol|=LINE_OK|LCP_OK|PAP_OK|IPCP_OK;
EA=1; // Enable all IT
for(;;) doing_server_processes();
}
ZeRoN said:Dear usbman,
I've interest you OMFview tool.
It's seem useful to browse OMF file.
Could you plz share for us? or recommend other tool like this?
Regards,
ZeRoN
you can use Zerons patch or my NET_LIB.a51 for non ATMEL mcus.dacadc said:Which are test results on non-Atmel CPU?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?