pin addressing

Development environment specific, Arduino, Eclipse, VS2013, Em::Blocks etc
ozcar
Posts: 144
Joined: Wed Apr 29, 2020 9:07 pm
Answers: 5

Re: pin addressing

Post by ozcar »

Masoud wrote: Tue Dec 15, 2020 10:05 am in boards I select: Generic STM32F103C series.
Masoud wrote: Wed Dec 16, 2020 5:13 am I have a custom board which I'm sure is working.
Perhaps the generic system clock configuration (I'd guess for HSE with 8MHz crystal) does not suit your board.
Masoud
Posts: 5
Joined: Tue Dec 15, 2020 7:52 am

Re: pin addressing

Post by Masoud »

[/quote]

Perhaps the generic system clock configuration (I'd guess for HSE with 8MHz crystal) does not suit your board.
[/quote]

actually this can be the problem. thank you very much. I don;y know how I forgot it. is there any especial way to config the external clock? I will look it up.
ag123
Posts: 1657
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: pin addressing

Post by ag123 »

the SN-Link ISP V2.09.331.004n.
is one of these?
https://www.gwell.com.tw/en/Product_Det ... b563748467
http://www.sonix.com.tw/article-en-1018-22255#

you may want to try using one of these instead
https://www.st.com/en/development-tools/st-link-v2.html
https://www.adafruit.com/product/2548
https://octopart.com/search?q=st-linkv2 ... SD&specs=0
or you could simply use a 3.3v usb-uart bridge (one of those FT232 stuff would work), the pins are PA9, PA10 for serial
https://paramaggarwal.medium.com/progra ... 3cec0dbc86

oh and in case you are buying from the like of the common market places beware of 'fakes'.
i don't like to vouch for any particular vendor, but nucleo boards should work
https://www.st.com/en/evaluation-tools/ ... oards.html
https://www.digikey.com/catalog/en/part ... ards/54685
check on the STM core web for 'compatible' boards if you are new to the platform. it may save a little learning pains
https://github.com/stm32duino/Arduino_Core_STM32
for 3rd party boards some of those robotdyn boards have been a 'trodden' path, get original stm32 if you are new to the platform
https://robotdyn.com/catalog/developmen ... ields.html
Post Reply

Return to “IDE's”