ESP-32 keeps resetting
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP-32 keeps resetting
If the data is static, make sure it's not const, because that will get placed in flash... but to my knowledge, that should simply be asserted out by the SPI driver, not crash like you indicate.
Re: ESP-32 keeps resetting
Well i have a 2nd module from the same reel that is controlling a device and its working for a few months now with no problem (although it was programmed using the Arduino IDE).
Im now trying to dev. with an older module a ESP32-WROOM-32 just because i dont have any other at the moment.
Re: ESP-32 keeps resetting
Yes it wasnt declared as const as i intended to use the buffer for the communication process later in the development.ESP_Sprite wrote: ↑Fri Jan 27, 2023 1:39 amIf the data is static, make sure it's not const, because that will get placed in flash... but to my knowledge, that should simply be asserted out by the SPI driver, not crash like you indicate.
Who is online
Users browsing this forum: No registered users and 181 guests