Тёмный

Bare metal GPIO driver for ESP32 | Toggling an LED 

The EV Engineer
Подписаться 6 тыс.
Просмотров 8 тыс.
50% 1

In this video, I write my own GPIO driver for the ESP32 microcontroller, instead of using the provided ESP-IDF headers. All memory addresses are pulled directly from the Technical Reference Manual.
[Technical Reference Manual]
www.espressif....
[Source Code]
github.com/Jos...

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 18   
@bobweiram6321
@bobweiram6321 28 дней назад
The moment you included the RTOS and linked against IDF's libraries, it's no longer bare metal. All you did was bypass the GPIO functions. What a waste if time.
@msbanda2123
@msbanda2123 Месяц назад
If you using FreeRTOS, it’s not bare metal, right? 😂
@turboimport95
@turboimport95 7 месяцев назад
Man this was dope, explanation was great. Most people just blow right over stuff like this like its nothing.
@aslambasha539
@aslambasha539 9 месяцев назад
Can anyone give insight on how to read GPIO pin such as button and control LED foe ESP32.
@jeanfernandeseng
@jeanfernandeseng 2 месяца назад
When this code is executed on ESP32, Is there some FreeRTOS tasks at under kernel ? I am trying to check a gpio from external source and send to serial, and the FreeRTOS under IDF sometimes run task like IPC and move the context of execution. I watched the video and I dont understand why you move to linux. Does it possible under windows create a Real Bare Bone code ? Thanks in Advance.
@fadieid5638
@fadieid5638 10 месяцев назад
Great stuff, arw you willing to continue the series? I am looking for a bate metal approach to the ESP32 instead of the typical arduino core use. What topics are you looking to cover?
@openmarkand
@openmarkand 7 месяцев назад
this is not bare metal as the dev uses esp-idf which incorporates bootloader, start linker script and so on. a bare metal approach would be to write a main, assembly file and use clang directly.
@matsvandamme1
@matsvandamme1 10 месяцев назад
Nice video. Please note that GPIO_OUT_W1TS_REG and GPIO_OUT_W1TC_REG are exposed in soc/gpio_reg.h so a simple #include is sufficient, no need to define these registers inside your code. Please also note that GPIO pin numbers are exposed in hal/gpio_types.h. Same comment, no need to define GPIO5 macro again.
@PatrioticGestalt
@PatrioticGestalt Год назад
I tried reading the same document to see how you came about your awesome simplicity. What made you decide to avoid setting the GPIO_FUNCx_OUT_SEL register?
@EV_engineer
@EV_engineer Год назад
For simply toggling an LED, GPIO_OUT_W1TS_REG and GPIO_OUT_W1TC_REG are generally easier to set up and offer greater flexibility. But if you have a specific hardware event that you want to use to trigger the LED, and you want to minimize CPU overhead, then GPIO_FUNCx_OUT_SEL might be more appropriate.
@inderjitsaini9303
@inderjitsaini9303 2 месяца назад
@@EV_engineer Hello, Thank you for the video, it is very informative. Actually, I had the same question as well. So imagine I have two LEDs one is blinking the whole time and then the second LED will only blink when I turn the potentiometer (let's say that generates an interrupt). So, in the second case I will have to use GPIO_FUNCx_OUT_SEL?
@tjwatts100
@tjwatts100 9 месяцев назад
Very useful: thanks. Great for ULP programming where there's no other option.
@skanderbelhaj2278
@skanderbelhaj2278 6 месяцев назад
man writing code like its native language
@easyelectronics4364
@easyelectronics4364 5 месяцев назад
😂😂😂
@grenadier4702
@grenadier4702 4 месяца назад
The next step is write your own linker script
@alexclarosfernandez8467
@alexclarosfernandez8467 7 месяцев назад
Your videos are great!!! Thanx a lot for your time and effort!!!
@zaca211
@zaca211 4 месяца назад
Holy crap that was simple. I just switched over the Espressif framework from Arduino and I've been messing around with their GPIO driver for a couple of hours now. Considering all I needed to do was toggle the internal LED, this saves so much hassle.
@jakewasowski1353
@jakewasowski1353 4 месяца назад
Thanks bro
Далее
UART Echo Task on ESP32 using ESP-IDF
20:47
Просмотров 3,6 тыс.
Ко мне подкатил бармен
00:58
Просмотров 186 тыс.
ХОМЯК ВСЕХ КИНУЛ
10:23
Просмотров 583 тыс.
I Took An iPhone 16 From A POSTER! 😱📱 #shorts
00:18
Bare-Metal MCU #1 - Intro to registers
13:10
Просмотров 74 тыс.