Search found 417 matches

by mabl
Thu Apr 07, 2011 5:46 pm
Forum: Development and Feedback
Topic: STM32 Ethernet Demo
Replies: 259
Views: 158985

Re: STM32 Ethernet Demo

Wow, that would be awesome! Thank you very much! :)
by mabl
Thu Apr 07, 2011 8:33 am
Forum: Development and Feedback
Topic: STM32 Ethernet Demo
Replies: 259
Views: 158985

Re: STM32 Ethernet Demo

Some information regarding the olimex board: The schematics on the websites are outdated! I had problems using the SD slot, as it was impossible to use them according the the old schematics. They still have not updated their website - therefore I attached [1] (pdf extension is not allowed here..) th...
by mabl
Thu Mar 17, 2011 6:07 pm
Forum: General Support
Topic: PWM input or input capture mode
Replies: 11
Views: 14924

Re: PWM input or input capture mode

Sure you can, just have a look into the Makefile. In short: You will have have to extract the stmlib in the ext/ directory and enable USE_FWLIB in the Makefile of the project .
by mabl
Sat Mar 12, 2011 1:08 pm
Forum: Development and Feedback
Topic: STM32 Ethernet Demo
Replies: 259
Views: 158985

Re: STM32 Ethernet Demo

Indeed, it does not do this when I also execute the webserver thread. If no lwip is started then the mac detects at least the link and does not crash... Naturally I cannot ping the board then.
by mabl
Fri Mar 11, 2011 6:30 pm
Forum: Development and Feedback
Topic: STM32 Ethernet Demo
Replies: 259
Views: 158985

Re: STM32 Ethernet Demo

Hello Giovanni, thank you for taking the time to look at the board! I think I have generated the required signal on the MCU port, but I put the code in mac_lld_init() :oops: RCC_PLL3Config(RCC_PLL3Mul_10); /* Enable PLL3 */ RCC_PLL3Cmd(ENABLE); /* Wait till PLL3 is ready */ while (RCC_GetFlagStatus(...
by mabl
Sun Mar 06, 2011 2:45 pm
Forum: Development and Feedback
Topic: STM32 Ethernet Demo
Replies: 259
Views: 158985

Re: STM32 Ethernet Demo

Hello Giovanni,

thanks for your fast reply! I could not attach the code as it exceeds the allowed 256 KB. I uploaded it on my personal server, I hope it can be useful. Thanks again for your help!

MaBl
by mabl
Sun Mar 06, 2011 12:20 pm
Forum: Development and Feedback
Topic: STM32 Ethernet Demo
Replies: 259
Views: 158985

Re: STM32 Ethernet Demo

Has anybody got this ethernet demo running on the Olimex board and the recent 2.2.2 release? I'm trying to get it running since 3 days and I am completely stuck. What I did so far: ⋅  Change pin layout to olimex board ⋅  Try to change everything von MII to RMII ⋅  Gener...

Go to advanced search