ESP-32 keeps resetting

ESP_Sprite
Posts: 8884
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP-32 keeps resetting

Postby ESP_Sprite » Fri Jan 27, 2023 1:39 am

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.

stnmane
Posts: 6
Joined: Sun Jan 22, 2023 3:51 am

Re: ESP-32 keeps resetting

Postby stnmane » Fri Jan 27, 2023 7:48 pm

mgsecord62 wrote:
Thu Jan 26, 2023 8:24 pm
Have you tried a different esp32-wroom-32d module?
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.

stnmane
Posts: 6
Joined: Sun Jan 22, 2023 3:51 am

Re: ESP-32 keeps resetting

Postby stnmane » Fri Jan 27, 2023 7:55 pm

ESP_Sprite wrote:
Fri Jan 27, 2023 1:39 am
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.
Yes it wasnt declared as const as i intended to use the buffer for the communication process later in the development.

Who is online

Users browsing this forum: Google [Bot] and 60 guests