Hi all,
During running the example RTSPFaceDetection, I’ve encountered the following problem:
====== Before crashed ======
Since I’ve encountered the “Permission Denied” error, I’ve opened the Arduino IDE with “Run as Administrator”
It ran smoothly first, so I tried to test its running time.
I tried to shake it to see how good it could do detection,
but after few seconds, the program crashed.
====== Output after crashed ======
(The following output comes from Arduino Serial Monitor)
20:39:16.692 -> === stack overflow ===
20:39:16.692 -> Task name : , TCB : 71bfcf60
20:39:16.692 -> PSP 703d8590 PSPLIM 703c8620
20:39:16.692 -> MSP 20003fa8 MSPLIM 20003000
20:39:16.692 -> ======================
20:39:16.692 -> === stack overflow ===
20:39:16.692 -> Task name : , TCB : 71bfcf60
20:39:16.692 -> PSP 03d8590 PSPLIM 703c8620
20:39:16.692 ->
20:39:16.692 -> Bus Fault:
20:39:16.692 -> SCB Configurable Fault Status Reg = 0x00000100
20:39:16.692 ->
20:39:16.736 -> Bus Fault Status:
20:39:16.736 -> BusFault Address Reg is invalid(Asyn. BusFault)
20:39:16.736 -> Instruction bus error
20:39:16.736 ->
20:39:16.736 -> S-domain exception from Handler mode
20:39:16.736 -> Hard Fault: H
====== Hardware & environment ======
Compiling operating system: Windows 11, version 22H2
Arduino version: version 2.0.4 (run by administrator)
Development board: Ameba RTL8735B
Camera module: XCF PA-FP0171-A-00
Using own cellphone WIFI hotspot
Thank you !