• Possible to create .ELF file?
    Is it possible to create an .ELF file from a Cortex M4 project (STM32F407, C++, uVision 4.60)? (I would like to test STM Studio - but unfortunately it does not like my AXF file - but it would also...
  • create image or dll for flash possible
    Hi! I'm working on a project with one part of the source code (code_check) is checksum controlled and certified and the other one (code_standard) makes the system startup and boundary condition control...
  • Debug ini Files & how to use them
    Hello, I searched the whole Keil/ARM Support Resources on how to use the ini File for a debug session. I found the commands for it but no really helpful example how to use them for debbugging. ...
  • settin up pins and reading them
    I'm not able to set up my input and read the condition using hall. I want to pull in and hold high (internal pull up) 3 pins. Then simply read the condition. This is how I set them up, left comments...
  • Is it possible to write variables to a file
    Hi, I'm currently writing a series of unit tests for a module which is included within our embedded firmware. There is a high possibility that this module will evolve so these tests will need to...