• Linker warning L13 with function pointers
    I want to call a number of functions with function pointers. I have studied a number of posts and App. notes, including APNT 129 and I am still getting a linker error. On page 7 of APNT 129 is says:...
  • WARNING L13: RECURSIVE CALL TO SEGMENT
    I am receiving WARNING "L13: RECURSIVE CALL TO SEGMENT" when I try to access a CROMDATA array from the same file. That means CROMDATA variable and its usage are in the same .c file. Can anybody...
  • Warning L13: recursive call to segment
    Hello, I have the following piece of code: /*-------------------------------------------------------------------------*/ extern byte i2c_swi2c_Write( byte address, byte *msgw, byte len ) /*---...
  • EPM900 4K limit not making sense
    Hi, I bought a EMP900 thinking I was getting a programmer and emulator that was not crippled. I understood that there was an evaluation version of some c compiler that I could look at. Now I am...
  • "go to reference" doesn't make any sense
    If you look at any IDE except for uVision, they'll give you a "go to definition" menu item, which takes you to the place where you defined a variable. But then they'll give you a "find all references...