Fatima Zahra Serji
Newbie level 4
- Joined
- Sep 8, 2013
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 46
hello every one;
i am working with pic 16F876A at mikroC pro...i would like to use many function in my program (main,interrupt,calculate)
i put my program of keypad in function main and i want to displaye on the LCD the value calculated by function calcule; so when i try to call function calculate inside function main and go to simulate my program in ISIS nothing work all seem blocked lcd and keypad i don't know why
Also when i put the program function calculate inside main i got message by complier saying "there is not enough ROM space and adress must be greater then main"
so can any one give me an answer or idea why my program is not working when i try to call other function i declarated !!!
i am working with pic 16F876A at mikroC pro...i would like to use many function in my program (main,interrupt,calculate)
i put my program of keypad in function main and i want to displaye on the LCD the value calculated by function calcule; so when i try to call function calculate inside function main and go to simulate my program in ISIS nothing work all seem blocked lcd and keypad i don't know why
Also when i put the program function calculate inside main i got message by complier saying "there is not enough ROM space and adress must be greater then main"
so can any one give me an answer or idea why my program is not working when i try to call other function i declarated !!!