japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
115 stars 40 forks source link

Standalone blinky project errors #59

Closed fmckeogh closed 6 years ago

fmckeogh commented 6 years ago

Hello,

I can build and run the examples just fine, but when I start a new project, I seem to have a whole host of issues, from VFR register compilation errors to not finding crate dependancies. When I did manage to produce a binary, it would thrown errors using st-flash, only after stripping would it flash and then it wouldn't run.

Could anyone explain how to set up a standalone blinky project?

Thanks!

fmckeogh commented 6 years ago

Fixed, started from scratch and now it is working. For future reference a working blinky project can be found here.