Matt
Matt
For completeness, the difference between the startup that works, and the one that doesn't is: ```diff -rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT) +rst:0xc (RTC_SW_CPU_RST),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x40380830 ``` ...at the startup, and at...
Update: I believe this is an issue with the CONFIG_ESP_SYSTEM_MEMPROT_FEATURE implementation. Disabling this feature removes the error entirely. However this begs two questions: 1) Why does it work after the...
Well, I appreciate the quick feedback! Hopefully I'm wrong and this isn't a bug. Some way of defining a r/w/x, either via a linker section or attribute would be great!
Actually, I don't have the code anymore, tho it might be in some old commit. When I couldn't get it to reliably work, I took a different approach. I'm actually...
I'm afraid not. I'm still away. Back next week when I'll try to recreate it
I've not managed to resurrect the code where this failed reliably. If it helps, the code was a "thunk" that bound a C++ member function by shuffling all the parameter...
I'd be interested in this too. I'm half way through building one that kind of works, but struggling to understand how to implement the `setReporting(...)` functionality for things like `runningMode`....
If you stumbled across this issue, I have patched typia to support brands. See https://github.com/samchon/typia/issues/911#issuecomment-2515870176