core panic

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
phoebus
Posts: 2
Joined: Wed Oct 07, 2020 3:37 pm

core panic

Post by phoebus » Wed Oct 07, 2020 3:57 pm

When I tried to access flush through machine.mem32 [0x3F45_0000], a kernel 1 panic occurred.
Can anyone tell me why this happens.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: core panic

Post by jimmo » Tue Oct 20, 2020 12:49 pm

phoebus wrote:
Wed Oct 07, 2020 3:57 pm
When I tried to access flush through machine.mem32 [0x3F45_0000], a kernel 1 panic occurred.
Can you provide more information about what you're trying to do? I can't find any reference for what register is supposed to be at that address. Likely it's crashing because that's not an accessible address.

Post Reply