GregR Guest
|
RAM test needs to check the software stack area |
Posted: Fri Dec 18, 2009 12:16 pm |
|
|
During start up my code runs a simple RAM test that involves writing and reading back a couple of constants to each ram location. It uses the last three word locations for a pointer, a counter, and a working variable. I recently switched from 4.076 to 4.103 and the compiler caught that I was going through the software stack area. For a quick fix I changed the range to avoid the compile error but I need to verify that region as well. Any ideas?
Greg |
|