Hi everyone,
I designed self board using SAm7X256 and KSZ8721BL, all other functions RS232, SPI AT45DB, file system, flash work properly, the problem that SAM7X256 not able to communicate with Micrel chip, I modified ethernut Nut/Net to my Borad, in Hyperterminal ( debug mode) I get my first greeting message repeated many times e.g:
printf("Server Started");
//here
ethernit setup---->but not work, always the first greeting make loop until power down ( remove power).
Like the SAM7X256 try to communicate with Micrel but make reset itself and start again.
after looking in different forums, I downlaoded this file:
1)
http://www.efo.ru/ftp/pub/atmel/_ARM_MC ... emoCMX.bin.
this demo bin it work perfect I'm able to access to my Board and see the CMX demo webpage wihtout any problem.
2)
http://www.efo.ru/ftp/pub/atmel/_ARM_MC ... eeRTOS.bin
this file it make init of Micrel but after each 3 sec drop connection repeatly wihtout making reset of Board.
3)
µTasker V1.3 SAM7X demo bin, don't work but the act leds in RJ45 don't flash also can't see anything in debug serial port ( hyper terminal).
Please Anyone can advise what can be the problem?
Note: my Board connection it the same , Olimex EX256 the connection between AT91SAmX256 and micrel, but Olimex Bin file don't work for me connection dropped each 3sec, and CMX webdemo work properly wihtout any problem.
Please if someone had this problem before could you advise?
Thank you ina dvance for all your help
bye