• How to control external tools with #define directive?
    Hi community, on 'Options for Target' -> Tab 'Output' -> Groupbox 'After Make' -> 'Run User Program #1' and 'Run User Program #2' i can specify to run external tools after compiling and linking....
  • Problem with string substitution using C51 define directive
    I'm trying to pass a string using the C51 DEFINE directive from command line. i.e. DEFINE(SERIAL="FOOBAR") When compiling, it is converted to an identifier (FOOBAR) instead of remaining as a string...
  • How to control external tools with #define directive?
    Hi community, on 'Options for Target' -> Tab 'Output' -> Groupbox 'After Make' -> 'Run User Program #1' and 'Run User Program #2' i can specify to run external tools after compiling and linking....
  • Problem with string substitution using C51 define directive
    I'm trying to pass a string using the C51 DEFINE directive from command line. i.e. DEFINE(SERIAL="FOOBAR") When compiling, it is converted to an identifier (FOOBAR) instead of remaining as a string...
  • How, in a c program, do I change the data direction in a bi-directional PIO peripheral register ?
    Hi, I am working with a Terasic DE0-Nano-SoC board, and am working in DS-5 Community Edition 17.1. I have created some PIO peripheral registers in Qsys / Platform Designer, connected to some well...