Search found 2 matches
- Wed May 10, 2017 3:56 pm
- Forum: Report Bugs
- Topic: Flash reading cause MCU reset
- Replies: 1
- Views: 2157
Re: Flash reading cause MCU reset
Hello, Any help?
- Tue May 09, 2017 11:05 am
- Forum: Report Bugs
- Topic: Flash reading cause MCU reset
- Replies: 1
- Views: 2157
Flash reading cause MCU reset
Hello all, I'm using RTOS_SDK. 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)); uns...