• Same Keil version, different output files
    Hi everybody, We have a big problem with the MDK 4.60 version. Having the same Keil version, same project, files, libraries etc... Keil generates different output files for programming the STM32F417...
  • Configuring the same pin as input and output
    Is it possible using the ARM9 to configure a pin as both input and output? I need to be able to write to it and then read from it. This would be done as an open collector configuration. I have tried...
  • Generating output BIN file
    Hello, Keil uVision generates as output HEX file. Do you know how I can generate BIN file? Unfortunately hex2bin program doesn't work. Message error "Invalid record type in HEX record 1" does occured...
  • Generating .bin output file
    Hi all, I want to generate .bin output file in keil after compilation (because s3c2440a requires .bin file for execution). Please anybody knows how to generate help me. Thanks.
  • Generate compiler messages from code
    Hi I just wonder, if its possible to add some pragma's or other syntaxs in the C files, that would generate custom compiler errors or warnings when build? Just something like this #ifdef...