Posted on May 17, 2011 at 11:31Good day! I have a problem: trying to run example webserver project on MCB-STR9 evaluation board, but ping to 192.168.0.8 (from Readme.txt) not work. What I do wrong? And why RXD pins from STE100P to STR912 are not ini...
Posted on May 17, 2011 at 09:55Greetings! I have a problem: I am using I2C0 on pins P2.0,P2.1. When I added in my project Ethernet example (only initializate pins), I2C have been crashed. When I search, I found that when I turn on PHYCLK on P5.2, I2...
Posted on May 17, 2011 at 09:55If you try to initialise GPIO8 thruth GPIO library? GPIO_Init function write into GPIO0, not in GPIO8 (because GPIO8 have not such registers). But if you not use GPIO0, you do not see this problem.
Posted on May 17, 2011 at 09:45I use IAR 4.30. There is source code of flashloader, which load Bank 0. I add piece of code, which load Bank 1 (like Bank 0 but another addresses and sectors size), and now use this loader for all projects.