Post date: 2019/08/13
Last update: 2019/10/21
MakerFaireTokyo2019 で M5CameraF を購入した
ESP32 Chip ID = 38F1
(uint64_t chipid=ESP.getEfuseMac();(uint16_t)(chipid>>32)))
Chip Revision 1 (ESP.getChipRevision())
Number of Core: 2
(esp_chip_info_t esp_chip_info(&chip_info); chip_info.cores)
CPU Frequency: 240 MHz (ESP.getCpuFreqMHz())
Flash Chip Size = 4194304 byte (ESP.getFlashChipSize())
Flash Frequency = 80000000 Hz (ESP.getFlashChipSpeed())
ESP-IDF version = v3.2-18-g977854975 (esp_get_idf_version())
Free Heap Size = 4485088 (esp_get_free_heap_size())
System Free Heap Size = 4485088 (system_get_free_heap_size())
Minimum Free Heap Size = 4479316 (esp_get_minimum_free_heap_size())
#define CAMERA_MODEL_M5STACK_WIDE
mtmn_config = mtmn_init_config();
CORRUPT HEAP: Bad head at 0x3ffdfc98. Expected 0xabba1234 got 0x00000000
assertion "head != NULL" failed: file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/heap/multi_heap_poisoning.c", line 214, function: multi_heap_free
abort() was called at PC 0x400dd9e7 on core 1
Backtrace: 0x40091b44:0x3ffda7e0 0x40091d75:0x3ffda800 0x400dd9e7:0x3ffda820 0x400917b9:0x3ffda850 0x4008840a:0x3ffda870 0x400899b5:0x3ffda890 0x4000bec7:0x3ffda8b0 0x400dcbeb:0x3ffda8d0 0x400d72ed:0x3ffda920 0x40129f7b:0x3ffda940 0x4012a04c:0x3ffda980 0x4008dae1:0x3ffda9a0
Rebooting...
ref: