STM32_Arduino_Cores icon indicating copy to clipboard operation
STM32_Arduino_Cores copied to clipboard

Discovery F407 doesnt compile

Open rogerclarkmelbourne opened this issue 10 years ago • 5 comments
trafficstars

#define CYCLES_PER_MICROSECOND    72 

is not defined for the 407 board type, so it won't compile

rogerclarkmelbourne avatar May 08 '15 06:05 rogerclarkmelbourne

sorry, I'll fix it someday. Don't have much time for this project.

AndySze avatar May 08 '15 07:05 AndySze

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

rogerclarkmelbourne avatar May 08 '15 11:05 rogerclarkmelbourne

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.

AndySze avatar May 14 '15 08:05 AndySze

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 ;-(

rogerclarkmelbourne avatar May 14 '15 09:05 rogerclarkmelbourne

finally, cubef1 released.

Going to start a new project using cube libs someday.

AndySze avatar May 15 '15 04:05 AndySze