-
Notifications
You must be signed in to change notification settings - Fork 7.8k
-
Hi,
when I switch ArduinoIDE to CoreDebugLevel : verbose, I get a lot of messages of esp32-hal-periman.
-
Where I can find source code?
-
Some of those messages are:
perimanSetBusDeinit(): Deinit function for type SPI_MASTER_SCK (34) successfully set to 0x4000a1b2
perimanSetBusDeinit(): Deinit function for type SPI_MASTER_MISO (35) successfully set to 0x4000a09a
perimanSetBusDeinit(): Deinit function for type SPI_MASTER_MOSI (36) successfully set to 0x40009f80
perimanSetBusDeinit(): Deinit function for type SPI_MASTER_SS (37) successfully set to 0x40009e2a
Are numbers in brackets the GPIO?
- If yes: those GPIO-numbers don't fit to pins_arduino.h for the ESP32-P4 DevModule and also not to tabel 2-3 in datasheet.
Bye, Jürgen
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Those are not GPIOs. They are indexes of the pin types. Source code is in esp32-hal-periman.c
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment