Page 1 of 1

Error and question

Posted: Tue Oct 09, 2007 4:31 pm
by submarine
what means : "Access violation at 0x7c92084B (tried to write to 0x00030FFC), program terminated, when i will compile from c to hex file.

next question

how can i change the programmer (instead PPPV3 to MAPLAB ICD2)
there is no window for choice.

thanks

wei

Posted: Tue Oct 09, 2007 4:40 pm
by Benj
Hello

First to fix your problem with the access violation.

There is a forum thread here that explains how to fix this problem.

http://www.passmark.com/forum/showpost. ... stcount=15

Next to use MPLAB ICD2 with Flowcode you have to compile to hex and then use MPLAB to load the hex file into the PIC via the ICD2.

It may be possible to automate this process using the Chip -> Compiler options window but I have little experience with IDC2 so I do not know the specifics.

Posted: Tue Oct 09, 2007 5:47 pm
by submarine
thank you very much!