Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
dguevaravu
Level 1
Level 1
First reply posted First like given First question asked
Hello,
 
I have been trying to initialize a 512 by 512 int Matrix (matA) but have been getting the following error code: 
 
Failed to execute MI command:
-data-evaluate-expression matA
Error message from debugger back end:
Cannot access memory at address 0x1ffffd00
 
When trying to initialize a smaller matrix of 4x4 it works and can accurately initialize and update values within the matrix. I have tried doing a single array of an equivalent size to the matA[512][512] matrix instead and still get an error. It seems as if the memory addresses within the matrix are out of bounds or I do not have enough memory space. However, since the matrix is of type “int” the sizes I have tried should be within the bounds. 
 
Using a XMC1100-Q024F0064
Any ideas or advice as to what to try? 
0 Likes
1 Solution
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

This is the duplicate of this thread. 

Link: https://community.infineon.com/t5/DAVE/DAVE-IDE-Cannot-Access-Memory-Address/td-p/342424

Further help will be provided there.

Best Regards,

Vasanth

View solution in original post

0 Likes
1 Reply
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

This is the duplicate of this thread. 

Link: https://community.infineon.com/t5/DAVE/DAVE-IDE-Cannot-Access-Memory-Address/td-p/342424

Further help will be provided there.

Best Regards,

Vasanth

0 Likes