• Multiple batch files with different settings
    Here is my requirement: 1) In options->c/c++->define, define VARIABLE1. 2) In options->output->Name of executable = VARIABLE1_FW 3) Select "Create Batch File" Build this and it will create VARIABLE1_FW...
  • Multiple batch files with different settings
    Here is my requirement: 1) In options->c/c++->define, define VARIABLE1. 2) In options->output->Name of executable = VARIABLE1_FW 3) Select "Create Batch File" Build this and it will create VARIABLE1_FW...
  • Building hex file with external function
    Hello, I want to build a system where all the standard functions are already in FLASH (something like a BIOS), this is no problem to generate this. But, how can I build and link/locate an other...
  • Building hex file with external function
    Hello, I want to build a system where all the standard functions are already in FLASH (something like a BIOS), this is no problem to generate this. But, how can I build and link/locate an other...
  • Multiple Project target with different groups and files
    I am trying to create multiple project targets for uvproject. I need to create project targets with different groups and files. But when creating different groups for a target it also reflects the changes...