Lesson 12. Hardware Driver Libraries

preview_player
Показать описание
In this video, I discuss hardware driver libraries in general, and in particular the driver libraries for STM32 that are included with the IDE. An important topic is the concept of abstraction in driver libraries.

Errata: @8:50, The "C" in "CMSIS" now stands for "Common" rather than "Cortex".

Back to the playlist:
Рекомендации по теме
Комментарии
Автор

This is the best course in Youtube for bare metal STM32 MCU's. Thank you for all these lessons you are the best.

tahasahin
Автор

This course is astonishing, offering so much knowledge. It would be awesome if you could recommend some literature (books) that you've used in the past.

oje
Автор

these lessons deserves 100 million likes on each video👍

salmantechnologies
Автор

diagram with "Trade-offs" - perfect! Probably everything is some kind of trade-off and we need to be aware of this.

TheDambo
Автор

HAL has been pretty good for me, though I don't do the advanced projects you have done.

radman
Автор

Thanks for your lecture. it's really helpful!
and I want to ask you how you think about using SPL(Standard Peripheral Library)?

junhooh
Автор

I think things like HAL in the cube ide are great. However, I want to learn how to program stm MCUs, not an abstraction that I will be stuck with. Im trying to learn how to configure everything with registers, but its hard to find information on which registers are necessary to configure.

adammontgomery
Автор

Hello and thanks. Are you not using STM32CubeIDE in this series? You tell in this video that you are gonna show how to use LL library. I skimmed through your videos but there's no single line of code starting with LL_. I use HAL with STM32 and was wondering how you import LL to STM32CubeIDE and use it. But your other videos seems to have some C code used with Visual Studio Code. Please correct me if Im wrong and let me know where I can look in your series if you teach/show using LL library as implementation example. Thanks in advance.

jamesmasonic