• KIEL C compilers vs MPLAB C compilers
    Which of them is better in code size ? Which of them is better in code speed? Can Hi-Tech support all microchip librarys and source codes(peripheral lib , dsp lib, graphic lib, TCPIP lib, .....
  • KIEL C compilers vs MPLAB C compilers
    Which of them is better in code size ? Which of them is better in code speed? Can Hi-Tech support all microchip librarys and source codes(peripheral lib , dsp lib, graphic lib, TCPIP lib, .....
  • overwritting variables
    I have two different programs lets call A and B. I have a function in A called A1 which has local variables. this Calls a function in B named B1 which calls a different function in A called A2 which also...
  • overwritting variables
    I have two different programs lets call A and B. I have a function in A called A1 which has local variables. this Calls a function in B named B1 which calls a different function in A called A2 which also...
  • Decompressor overwrites my variables...
    cpu: at91sam7x256 I have in my project some global objects, they are by default placed at address 0x200000. My program seems to work properly but occasionally beginning of RAM is filled with zeros...