Search found 1 match
- Tue Nov 16, 2021 12:21 pm
- Forum: General Discussion
- Topic: Esp32 reset observed when called get_boot_partition after setting new boot partition
- Replies: 0
- Views: 922
Esp32 reset observed when called get_boot_partition after setting new boot partition
Came across an issue that popped up with esp devkit. Esp32 reset is observed when called get_boot_partition after setting new boot partition, precisely it happens inside the spi_mmap() API when trying to map ota partition. However if before calling set_boot_partition if get_boot_partition is called ...