2015-04-13 10:10 AM
Hello everyone,
i want to seek some guidance. A friend of mine has given to me an small STM32 comStick evaluation board and i was seeking of some developers resources. I have already checked the various examples that are coming with the board but i cannot any kind of programming manual. Can anyone be so kind to point me to the correct direction ? Best regards, Panos.2015-05-14 10:54 PM
Hi to everyone,
i have manged to find the firmware library on the companion CD of the product! How stupid of me! Actually my only background in micro controller programming is using the Arduino but i am realizing now that the the Cortex is a whole new different beast! Best regards, Panos.2015-05-14 11:46 PM
I have already checked the various examples that are coming with the board but i cannot any kind of programming manual. Can anyone be so kind to point me to the correct direction ?
Maybe
you
need to start
by
studying the
datasheet
of the device
concerned.
If your
product comes from
Hitex
:
http://www.hitex.com/index.php?id=stm32-comstick
I suggest you
download the
datasheet
,
Reference Manual
and
Programming Manual
of the device
STM32F107VC
.
You should find
it all at
: http:
//www.st.com/web/catalog/mmc/FM141/SC1169/SS1031/LN1564/PF221020
.
Finally, theF1
series are not
in the
CubeMX
,
so you must
also download
the standard
peripheral
library
STM32F10x
and
start testing
the examples given.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2015-05-14 11:50 PM
Oops
, the Cube
supports
STM32F1
family.
Sorry for the mistake.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.