[PIC] Pic16f877a & SIM300 (Monitor & control device using SMS)

Status
Not open for further replies.

KVN1477

Junior Member level 3
Joined
Nov 18, 2013
Messages
26
Helped
4
Reputation
8
Reaction score
4
Trophy points
3
Visit site
Activity points
184
hi
i am doing project to monitor & control device using PIC16F877A & SIM300 GSM MODEM in micro c pro compiler.
when i compile the program a warning is displayed like"RPI bit must be set manually"..
pls help me
 

It is "IRP_bit must be set manually to access xyz string" Wherever strings are used in code like LCD display, etc... use

Code C - [expand]
1
2
IRP_Bit = 1; //before instruction related to string handling
IRB_bit = 0; // after the instruction



It this doesn't solve the problem then use CopyConst2Ram() function.
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…