Heya, guys!
I've just got my first board, as part of a project that I haven't chose. So I am a complete beginner and as you can imagine, I'm having some difficulties. I have a stm32f105rc and uVision 4.73. I am very confused...I don't even know how my board is named so and I confuse the board with the cpu(don't know what's stm32f105rc, ARM, EVB1000, decaWave, it'a all a mess in my head). Here are two images with my board:
s2.postimg.org/.../IMG_20150318_113505.jpg s2.postimg.org/.../IMG_20150318_113521.jpg
Ok, so, I have installed uvision4 and after getting rid of some errors I managed to load the file on the board (the example blinky) but it doesn't do anything.
Any suggestions? Any informations about the board would be very helpful, as I can't find anyone who has worked with it, not even my professor. Thanks a lot!
"I think that the example is not doing anything on the board"
What example, exactly?
"because I couldn't find the example made for MY board"
Ah - I think you are misunderstanding the purpose of your board!
www.decawave.com/.../evk1000-evaluation-kit
decaWave's product is their DW1000 radio chip. The purpose of the board is to demonstrate the capabilities of the DW1000 (specifically, its 2-way ranging capabilities); the STM32 is purely incidental.
In other words, this is not a kit for learning the STM32; so that's why you won't find basic learning examples for it - like blinky.
The kit assumes that you are already suitably experienced with the STM32 - or will just use the provided code as-is.
For learning the STM32, you should get an STM32 development/evaluation board - such as a Discovery or Nucleo board.
Keil also have some STM32 boards: http://www.keil.com/boards/cortexm.asp
Learning Platform for Cortex-M Microcontroller Users: www2.keil.com/.../learn
Getting Started with STMicrocelectronics STM32 Devices Shows how to setup a project using the run-time environment of Keil MDK Version 5. ">http://www.keil.com/support/man_arm.htm
MDK-ARM Primer: http://www.keil.com/support/man/docs/gsac/
µVision User's Guide: http://www.keil.com/support/man/docs/uv4/
Using the examples: http://www.keil.com/support/man/docs/uv4/uv4_examples.htm
These are ST's own development/evaluation boards for their STM32 products:
Nucleo: www.st.com/.../LN1847
Discovery: www.st.com/.../LN1848
Summary of ST's development/evaluation boards for their STM32 products: www.st.com/.../SS1532