© Warren Gay 2018
Warren GayBeginning STM32https://doi.org/10.1007/978-1-4842-3624-6_20

20. New Projects

Warren Gay1 
(1)
St. Catharines, Ontario, Canada
 

Starting a new project from scratch can be a lot of work. That is why this chapter is focused on helping you get started with the minimum of drudgery. I’m also going to point you to a few details that have been ignored for the sake of simplicity that might be important to your project. This will leave you in the driver’s seat.

Project Creation

The first step in a new project is to create its subdirectory, Makefile, then import the FreeRTOS source modules and a starting configuration file named FreeRTOSConfig.h . Yes, you can do this manually or with a script, but the provided Makefile will do this ...

Get Beginning STM32: Developing with FreeRTOS, libopencm3 and GCC now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.