• Warning L1 and L2
    What's the problem ? Help!! I don't know how can i do a more complex code, if i can't solve this. void main() { while (FOREVER) { P0=0x00; Delay(); P0_1 = 1; Delay(); } } Error: *** WARNING...
  • Warning Solve and Mon166
    Hello, I'm engaged to add with MicroVision2 some new functions and data to an old software/firmware for a board where the CPU is Infineon C167CR-LM with 2 KBytes on chip RAM. Adding new variables the...
  • Warning L15 and L16
    I am trying to compile a frequency hopping code . But when ever i try to compile it, i get an error when the project is linking. Errors i get are linking... *** WARNING L16: UNCALLED FUNCTION, IGNORED...
  • Warnings L1 and L2
    What does it mean when you have an "unresolved external symbol"? The manual claims that the variable is not PUBLIC, however, I don't see how that's the case. I am getting warnings L1 and L2 when I put...
  • Warning L1 and L2
    What's the problem ? Help!! I don't know how can i do a more complex code, if i can't solve this. void main() { while (FOREVER) { P0=0x00; Delay(); P0_1 = 1; Delay(); } } Error: *** WARNING...