- This topic has 1 reply, 2 voices, and was last updated 8 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › Keil 5?
I already have keil 5 setup on my computer. Will the examples/codes in the book work on keil 5?
Hi,
if you are talking about the example projects available on github (https://github.com/cnoviello/mastering-stm32), then the answer is no: they are made with the Eclipse toolchain described in the book.
If, instead, you want to rearrange book examples to your toolchain, then almost all chapters are generic, and relative examples can be easily tailored to MDK5, except for the following chapters:
– Chapter 2, which describes the toolchain used in the book
– Chapter 3 and 4, which describe how to create basic projects with CubeMX and import them into Eclipse-based projects.
– Chapter 5, which mostly talks about OpenOCD that is not used in MDK5.
– Chapter 16, which extensively uses GCC features to describe how to organize STM32 memory layout.
– A future chapter about advanced debugging, which will show advanced debugging features offered by GNU ARM Eclipse toolchain.
The rest of the book is all about CubeHAL.