cancel
Showing results for 
Search instead for 
Did you mean: 

memory code area

diego_oli
Associate II
Posted on February 22, 2008 at 10:12

memory code area

2 REPLIES 2
diego_oli
Associate II
Posted on February 21, 2008 at 15:13

Hi,

I hope someone can help me. I'm using cosmic C compiler CxST7 16K and STVD7 debugger. When I debug my project with STVD7 an error occurs: ''code memory area not initialized. Please specify an executable file and retry''. In which file and how I must initialize this memory area? Thanks to all

sebastian239955_stm1
Associate II
Posted on February 22, 2008 at 10:12

hi!

have you tried compiling/debugging the demo programs? (they are written for the demo boards, but you can just delete the content of main() so litterally the code will do nothing... however it will show you if the ''empty'' program can be debugged.

if yes, you can start codeing your program in this example program (thats what i did too)

hope it works!