I'm trying to read 1239 bytes from flash. But after read, MCU is reset.
So does anyone had facing with this problem.
I try to using both pointer and array but the same problem.
Please help me.
My code:
spi_flash_read(0x92000, &u32AtCertsLength, sizeof(uint32));
unsigned char *uint8AtCertbuf2 = (unsigned char*)malloc(u32AtCertsLength);
readATCertfromFlash(0x92000, uint8AtCertbuf2, u32AtCertsLength);
I'm using nodeMCU 32Mbit with memory layout was set 1024+1024 for allow OTAStatistics: Posted by pml1hc — Tue May 09, 2017 11:05 am
]]>