cancel
Showing results for 
Search instead for 
Did you mean: 

STm32F407 and micrel KS8721, looking for example Keil code

taraben
Senior
Posted on February 16, 2015 at 17:38

Hello all,

I have an Olimex STM32 E407 board https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware

having STM32F407 and ethernet PHY micrel KS8721 on RMII.

I have the Keil environment. (can compile using GCC as well)

I am not bound to LWIP nor any RTOS.

The examples I found are based on IAR. I also tried CubeMX and Keil MDK codegenerator but I had no luck.

I want to figure out what does not work. I would like to start using a project known to be working.

Could someone share a project code that works on this platform?

regards,

Adib.

--

#lwip #stm32 #ethernet #example
1 REPLY 1
AvaTar
Lead
Posted on February 17, 2015 at 09:40

Could someone share a project code that works on this platform?

 

The demo code on the same website ?

https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware

Yes, it's an IAR project. The easiest option would be to try the Kickstart version.

Else you can try to port this code to MDK or GCC, or search for a similiar board with appropriate examples and libs, to ''rip off'' and port code from that.

Not sure if Cube will ever support this hardware. It pays off to also carefully examine the software and the support delivered with a board, not only the raw hardware facts.

BTW, the website states ''ChibiOS officially supports this board''.