PDA

View Full Version : PIC16F690 PBP boundary crossing warning message



xnihilo
- 7th May 2008, 18:30
Hello,

Does someone know what is the meaning of the error message:
102: code crosses boundary @800h
although the code compiles fine. I should have enough program memory so why this warning?

One more thing, CMCON0 is not recognized with a PIC16F690 while is is fine with 16F684, why is that?

mister_e
- 7th May 2008, 18:38
Always worthwhile to do a search ;)

Warning (and other Compilation Error) Messages
http://www.picbasic.co.uk/forum/showthread.php?t=555&

and this
http://www.picbasic.co.uk/forum/showpost.php?p=102&postcount=1

and finally.... you may discover that you can disable it in MicroCode Studio

And download/read the PIC datasheet to discover why CMCON0 is not recognized. Table 8-2 should give you some reasons ;)

mat janssen
- 7th May 2008, 18:41
just a warning it's ok. When you do a search on this statement here on this forum you will find this question with answers a few hunderd times. :)
Wheb you read the datasheet of this component you see that there is no cmcon register.

xnihilo
- 9th May 2008, 11:17
okay. no cmcon0 register but cm0con0 and cm1con0 register where i neeed to clear bit 7 for both.

i should read the datadheet for the 16f690 and not assume it has t e same specs as 16f684.


thanks.