ESP32-Wroom-32UE
Posted: Mon Oct 07, 2024 10:53 am
Hi... I am trying to use ESP32-Wroom-32UE module for my development. In the data sheet the pins 17-22 are used for connecting the SPI flash. So can I use pins 6-12 as GPIOs?
The issue I am facing is that the controller keeps on resetting at the following point:
#define IO26 11
#define MOTOR_PIN_1 IO26
pinMode(MOTOR_PIN_1, OUTPUT); - the controller resets executing this line ...
Thanks and Regards
The issue I am facing is that the controller keeps on resetting at the following point:
#define IO26 11
#define MOTOR_PIN_1 IO26
pinMode(MOTOR_PIN_1, OUTPUT); - the controller resets executing this line ...
Thanks and Regards