Hi. I am currently using the eval tools from the Pont book. I am just getting going with the Hello.c example. When I compile I keep getting the Error 65 message and a Hex display from 0x0000 to 0xFFE9. I am told that there is an access violation (error 65) at 0x0000. When I use Memory Map to correct the error, everything i type gets "Invalid Address Range Given". I have also attempted to load the .INI file with "Memory Map 0x0000, 0xFFE9. No luck. My questions: 1) How do i tell what memory range I should be accessing. Is this in my code somewhere? 2) How do i Map it correctly so i don't get all these erors? 3) How do I ensure the memory access in in Flash memory? Thanks in Advance.
I forgot to add... I am also getting ?C_Startup... unresolved symbol during compile time.