Search found 1 match

by BugSimpson
Fri Oct 11, 2024 3:06 pm
Forum: ESP32 Arduino
Topic: ESP32C3 > GPIO > Struct
Replies: 0
Views: 363

ESP32C3 > GPIO > Struct

Hello Bit Friends, can someone explain to me why I can't get the LED on GPIO 8 to live? //Mapping Address //GPIO 0x6000_4000 to 0x6000_4FFF #include <stdint.h> #include <stdio.h> #define GPIO_BASE 0x60004000ul typedef struct { // mapped @GPIO_BASE uint32_t Bt_Select_Reg; uint32_t Out_Reg; uint32_t O...