• Keil failes before debug mode
    I debug some soft on Infineon C166 using Keil. Yesterday the project was completely OK, I compiled, loaded and debugged everything. Today when I try to lauch debug mode it says that "The program uVision4...
  • Running *.bat before debug start
    Hi, How can I run a batch file to completion just before loading the program for debug? The batch file flashes 'settings.hex' file to a predefined location in memory where the app should access...
  • Auto compile before running debug
    Is there a switch that tells uVision to compile code (if necessary) before running debug? I have lost count of the number of times I have debugged old executable with the latest source displayed.
  • Before build execution failde
    Hi all, I created one small tool to generate FW_build_info.h file with following content: #ifndef BUILD_Info #define BUILD 1 #define BUILD_Date 24.10.2016 #define BUILD_Time 14:11:02 #endif...
  • Code runs only in debug mode
    Hi, I built a bootloader for a STM32F107vc. The bootloader was stored at address 0x08000000 to 0x08009800 and the main application was saved at 0x08009800. Off course, I changed the Vector Table...