Difference between revisions of "STM32-P107"
(→Archived projects) |
|||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
Latest project is available at the main page of the device. It is intended to work with the latest board revision. The latest project wouldn't probably work with previous board revisions and vice versa - previous versions of the examples (linked below) wouldn't work properly with newer boards. | Latest project is available at the main page of the device. It is intended to work with the latest board revision. The latest project wouldn't probably work with previous board revisions and vice versa - previous versions of the examples (linked below) wouldn't work properly with newer boards. | ||
− | In the wiki one can only find older projects, that still might be helpful. These projects are no longer officially supported. The best practice is to use the EXACT same compiler as mentioned and in most cases the exact same | + | In the wiki one can only find older projects, that still might be helpful. These projects are no longer officially supported. The best practice is to use the EXACT same compiler as mentioned and in most cases the exact same IAR version as mentioned. |
− | Older projects released by Olimex for | + | Older projects released by Olimex for STM32-P107: |
1)IAR 6.30 demo example for board revision B, with different PHY/Ethernet - Micrel - [https://www.olimex.com/Products/ARM/ST/STM32-P107/resources/STM32-P107_DemoSoft.zip download] | 1)IAR 6.30 demo example for board revision B, with different PHY/Ethernet - Micrel - [https://www.olimex.com/Products/ARM/ST/STM32-P107/resources/STM32-P107_DemoSoft.zip download] | ||
Line 20: | Line 20: | ||
2)IAR 5.50 demo example for board revision A, with yet another PHY/Ethernet - [https://www.olimex.com/Products/ARM/ST/STM32-P107/resources/STM32-P107_blinky_demo_5.50.zip download] | 2)IAR 5.50 demo example for board revision A, with yet another PHY/Ethernet - [https://www.olimex.com/Products/ARM/ST/STM32-P107/resources/STM32-P107_blinky_demo_5.50.zip download] | ||
− | 3)old Setup GCC+ | + | 3)old Setup GCC+Eclipse for STM32 on MAC - [http://salvatoremenendez.blogspot.com/2011/08/mac-os-eclipse-openocd-stm32-arm-cortex.html click to visit resource] |
== FAQ == | == FAQ == |
Latest revision as of 22:15, 10 June 2015
Documents
Under construction
Hardware
Under construction
Software
Under construction
Archived projects
Latest project is available at the main page of the device. It is intended to work with the latest board revision. The latest project wouldn't probably work with previous board revisions and vice versa - previous versions of the examples (linked below) wouldn't work properly with newer boards.
In the wiki one can only find older projects, that still might be helpful. These projects are no longer officially supported. The best practice is to use the EXACT same compiler as mentioned and in most cases the exact same IAR version as mentioned.
Older projects released by Olimex for STM32-P107:
1)IAR 6.30 demo example for board revision B, with different PHY/Ethernet - Micrel - download
2)IAR 5.50 demo example for board revision A, with yet another PHY/Ethernet - download
3)old Setup GCC+Eclipse for STM32 on MAC - click to visit resource
FAQ
Under construction