Quantcast
Viewing all articles
Browse latest Browse all 63778

Forum Post: RE: stack inside FRAM on MSP430 (Ink_msp430fr6989.cmd)

I am a little concerned about available SRAM, but more about I just want to see everything in FRAM because I would like everything to be there once it powers down, and I mean everything. I'm sorry for the confusion, when I say see them I mean follow "memory browser" inside of code composer. It lets me see all of the values of every single memory location inside of the MSP. I hope everyone can see this alright. On the bottom right is where I can see all of the memory locations. FRAM "starts" at 0x4400, with everything above it being SRAM. on the top right is all of the registers. It shows the stack pointer address (currently at 0x0023FC (outside of FRAM). The bottom left contains the linker I am trying to edit. I have edited lines 189 to 191. If I edit 192 so that it says FRAM it will start getting weird on me. When I say I see them in FRAM, I mean I see then in the memory address after 0x4400 (where FRAM starts for the MSP430FR6989 ). For example on line 0x0044IE on the bottom right, it has values of 2010 4030 ect ect. That was me saving an array of 10, 20, 30, 40 etc (just to see where it would go). When it comes to simple variables (such as uint8_t i = 0;) I will follow the assembly code and it appears to only be saving it to the Stack Pointer, nowhere else. Hopefully, this clears up some of what I was trying to say.

Viewing all articles
Browse latest Browse all 63778

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>