Mar 29, 2022
06:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 29, 2022
06:42 PM
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?
Solved! Go to Solution.
1 Solution
Mar 29, 2022
09:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 29, 2022
09:00 PM
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
1 Reply
Mar 29, 2022
09:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 29, 2022
09:00 PM
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