This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hello World for STM32

Hello
I am an ARM newbie
I found a simple example, a hello world program for LP2100.
I want to use this example, but with STM32F103ze, but I have not found the correct files for this (I am triying to put #include <stm32f10x_lib.h> instead of #include <LPC21xx.H> and so, but I get errors )

What should I do ?

Thanks

Parents
  • why don't you start with a working sample for your processor instead of doing all kinds of strange things that cannot (by definition) work? what is wrong with this program? "..\Keil\ARM\Boards\Keil\MCBSTM32\Blinky" ?

Reply
  • why don't you start with a working sample for your processor instead of doing all kinds of strange things that cannot (by definition) work? what is wrong with this program? "..\Keil\ARM\Boards\Keil\MCBSTM32\Blinky" ?

Children