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

Need help to start with STM32f103C8t6 ( ARM Cortex M3 ) using c Language

Hii,
I want to switch from PIC microcontroller to STM32 (ARM Cortex ) . Please help me with some useful document and example c codes to start my work .

Thanks .

Parents
  • Joseph Yiu has some really good books on the Cortex parts, ARM has good technical manuals. STM parts are also well documented, and an number of libraries are available with example files, along with cheap NUCLEO and DISCO boards to experiment with.

    The F103 is a bit of an old design, much better STM32 parts out there today.

Reply
  • Joseph Yiu has some really good books on the Cortex parts, ARM has good technical manuals. STM parts are also well documented, and an number of libraries are available with example files, along with cheap NUCLEO and DISCO boards to experiment with.

    The F103 is a bit of an old design, much better STM32 parts out there today.

Children