Mr. Ohm Smith
Newbie level 4
- Joined
- Mar 5, 2014
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 65
Hi there! I need some help to solve this problem...
I´m using MPLAB 8.87 with CCS Compiler 4.114 to create a software to a PIC16F1829. The program has about 5000 lines and already works perfectly. I was asked to delete an old funcition and create a new one. Ok! Deleted the old one and implemented the new. After deleted the old function, some warnings appeard with the message "variable never used". Well, I deleted them, rebuild, program again and my hardware JUST STOPPED WORKING!
If I restore those variables (with CTRL+Z) the hardware just turn back to work! I also can't change old variables formats like from int16 to char. The same problem happens! I already made a SEARCH to be sure that it is never used. Also tried to close workspace, close project, create a new one and just open the code files but the problem persists!
In 10 years I never saw a problem like this. Now I can't change variables formats and can't make big changes safely.
I´m using MPLAB 8.87 with CCS Compiler 4.114 to create a software to a PIC16F1829. The program has about 5000 lines and already works perfectly. I was asked to delete an old funcition and create a new one. Ok! Deleted the old one and implemented the new. After deleted the old function, some warnings appeard with the message "variable never used". Well, I deleted them, rebuild, program again and my hardware JUST STOPPED WORKING!
If I restore those variables (with CTRL+Z) the hardware just turn back to work! I also can't change old variables formats like from int16 to char. The same problem happens! I already made a SEARCH to be sure that it is never used. Also tried to close workspace, close project, create a new one and just open the code files but the problem persists!
In 10 years I never saw a problem like this. Now I can't change variables formats and can't make big changes safely.