STM32_Arduino_Cores
STM32_Arduino_Cores copied to clipboard
Discovery F407 doesnt compile
#define CYCLES_PER_MICROSECOND 72
is not defined for the 407 board type, so it won't compile
sorry, I'll fix it someday. Don't have much time for this project.
Hi Andy
No worries
I'm mainly working on my Repo https://github.com/rogerclarkmelbourne/Arduino_STM32
but my support for F407 is not good either ;-)
Perhaps I should add your boards e,g, Sun, Moon, etc to my repo.
I should be fairly simple
See also
http://www.stm32duino.com/
Thanks
Roger
Hi Roger, already seen your project and website. Great project. Because I'm using the ST company's standard library, it's easy to add other CPUs to work. The F407 code already working ,maybe recently I changed something , broke the code.
add my boards to your repo, sounds great, but my board uploading method is not same. I don't know wether it's ok.
Hi Andy I like you repo
STM STD periph lib files etc are much better than on my repo which was written in 2011 before STM released files for F103 that were not copyright
But now STM cube has F103 it would be better to use those files
Koduino (by AvikDe) is also very good, but is mainly for F3 and F4
Can you send me links to pin definitions for your boards and I will try to add them, it should be easy
Thanks
Roger
PS. I put a "Cores" section on STM32duino.com because I know there are other (possibly better cores) so please feel to post on the site if you want to, and explain your cores and which boards they work for.
If I have time I will git clone your repo, because I think the "Download" version I used is now quite old ;-(
finally, cubef1 released.
Going to start a new project using cube libs someday.