Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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
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.
 
thanks & let me check....
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top