Search found 5 matches

by rohitraj
Fri Jan 12, 2024 4:30 am
Forum: General Discussion
Topic: How to program custom ESP32 S3 chip hardware
Replies: 11
Views: 107109

Re: How to program custom ESP32 S3 chip hardware

Hi,

Please find the error screenshots,

Let me know your feedback on this at the earliest.

Thank you
Rohit R
by rohitraj
Thu Jan 11, 2024 9:20 am
Forum: General Discussion
Topic: How to program custom ESP32 S3 chip hardware
Replies: 11
Views: 107109

Re: How to program custom ESP32 S3 chip hardware

Hello, These are the issue we are getting, Exceptions and reset issues are there. The reasons for exceptions are different. 1. InstrFetchProhibited. 2. Interrupt watchdog timeout 3. Cache disabled but cache memory accessed. 4. Stack overflow in task IDLE has been detected. Sourcecode Code is attache...
by rohitraj
Thu Jan 11, 2024 5:09 am
Forum: General Discussion
Topic: How to program custom ESP32 S3 chip hardware
Replies: 11
Views: 107109

Re: How to program custom ESP32 S3 chip hardware

Hello, Thanks for the response, Now, the device is working sorry for the late info. But we are facing periodic reset of device whenever the input is given ( watchdog reset). Unable to find the root cause here. We checked all the possibilities gone through document, did hardware check software check ...
by rohitraj
Thu Dec 21, 2023 3:15 am
Forum: General Discussion
Topic: How to program custom ESP32 S3 chip hardware
Replies: 11
Views: 107109

Re: How to program custom ESP32 S3 chip hardware

Hi,
Any feedback on this, our device is not booting up.

We need urgent help to solve this and make device work

Waiting for response.

Thanks and Regards
Rohit R
by rohitraj
Wed Dec 20, 2023 5:21 am
Forum: General Discussion
Topic: How to program custom ESP32 S3 chip hardware
Replies: 11
Views: 107109

How to program custom ESP32 S3 chip hardware

Hello All, We have designed hardware using ESP S3 MCU(SoC). We would like to know the program step to flash the code on our custom hardware as well as we would like to use same hardware in debug mode to test it. We have brought up VCC, GND, Tx and Rx pins on connector, please let us know the step to...