Replies: 1 comment
-
Hi can someone please comment on this, really stuck at it? Would really appreciate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'been trying to build simple test through Zephyr and running it on Spike & My Custom proc. I'm seeing some strange behavior even through my dts file looks something like
The code still tries to access read/write out of boundary like
0x803fffffe
I've seen the save behavior on spike, is there some setting I missed regarding this that is controlling heap region?I tried these changes didn't worked for me.
heap.h
Logs from my simulator.
It throws out of bound error which looks fine to me since the memory address code is accessing is out of bound as per dts set.
Relevant .dis file section

Can someone please help me this? will really appreciate. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions