Nicholas Smith
Nicholas Smith
Hmmm, interesting, I'm curious if my dev env is missing something. Seems a bit odd to fail there, but I understand the limitation. Would it be possible to update the...
It may be that the script is processing faster than the underlying buffer fills, but I am curious if the operations are somewhat non-blocking. Would make things a little more...
I can post the issue there, but the issue is with the SDIO firmware provided in the latest release (v1.0.1). So, I am not able to modify any of the...
Can you publish a build that would disable asserts in the code? That would help get me past THIS particular issue.
@mantriyogesh Yes, I understand the issue lies primarily with ESP-IDF not ESP-Hosted. I have not tried the SDIO slave example yet, but I can pretty well trace the calls for...
Here's the current sdkconfig from the project. I think I only had to edit the partition table to expand it for the debug statements and changed DIO to QIO (but...
@mantriyogesh any update on your side? Just to recap: - Disabling the asserts in the ESP-Hosted build would allow me to bypass the size check if you are able to...
@mantriyogesh it is on a custom board. I linked the datasheet for the SPI flash we are using in the first post: https://www.mouser.com/datasheet/2/698/adet_s_a0010543939_1-2956529.pdf I’ll have to run the hello world...
@mantriyogesh yes, that's what we were doing, and that was build of the MCU firmware was what we were using when I posted the logs originally. We have made the...
Thanks @mantriyogesh, we will take a look and get back to you on the implementation.