• Build output shows zero errors and warnings but error list shows a huge list
    I'm very new to uVision and I started off with a project from STM's Motor Workbench. When I compile the project, it says there are zero errors and warnings. However, when I look at the errors list there...
  • Linker List
    Hi, I'm using LPC2368 as my cpu. While I debug my target - I have the ability to watch Disassembly lines in mixed mode (C code & Assembly), this help me to find the location of every command in my...
  • Link List
    xdata struct EEPROM { unsigned int Last_Data; struct EEPROM *Node; }; struct EEPROM xdata * xdata p; p = (struct EEPROM xdata *)0x0FF6; if i will print the following statement printf("Size...
  • dependency list
    Is there a way that I can a print a list of all files, including dependency files that are used in a build?
  • link list
    Hello everyone, I am studying link list in c I have a project in which I have lookup table of rpm (clocks used to load the timer used for motor). This rpm table, I am taking in an array Now I want...