Search found 2 matches

by elix22
Thu Feb 23, 2017 7:10 am
Forum: General Discussion
Topic: SPI_FLASH_MMAP_INST Exception
Replies: 2
Views: 5591

Re: SPI_FLASH_MMAP_INST Exception

Hi Angus .
Thanks for the quick reply.

Attached a small example that triggers the exception.
Both the address and the size are 4 bytes aligned .
Looks like a genuine issue.


#include "freertos/FreeRTOS.h"
#include "esp_wifi.h"
#include "esp_system.h"
#include "esp_event.h"
#include "esp_event ...
by elix22
Wed Feb 22, 2017 11:55 pm
Forum: General Discussion
Topic: SPI_FLASH_MMAP_INST Exception
Replies: 2
Views: 5591

SPI_FLASH_MMAP_INST Exception

I am trying to memory map a flash region using spi_flash_mmap() , starting address 0x300000 , 1 MB in size .
I am trying to memory map it to the instruction memory space (SPI_FLASH_MMAP_INST) .
However I am getting an exception while trying to do that .
"Guru Meditation Error of type LoadProhibited ...

Go to advanced search