Hi,
I want to configure a region in flash for BEE AES decryption with a software key.
To get started I installed the bee SDK example and changed the memory region:
#define FLEXSPI_START_ADDR 0x70080000.
The example works without any problem. Only When I try to read any memory value in the range configured of bee decryption. I got the following error message:
15: Target error from Read Memory
15: Target error from Read Memory
Debug port inaccessible after access at location 0x70080000
Debug port inaccessible after access at location 0x700800EC
Debugging context: evkmimxrt1064_bee LinkServer Debug
Everything is halted.
So why can't I read any data from this flash range?