• Debugging access while running
    I tried to build my own SWD Link ICE emulator and have my own AGDI. During the debug, the Keil did not send me "memory access" command when i watch the "variable" in watch window. I compare with JLINK...
  • IDLE MODE EXIT PROBLEM
    HI all,,,, I need a small help from you all.... actually i am new to electronics and programming part. i am making a small project in which i need to enter the idle mode to save the battery consumption...
  • exit usb for dfu mode?
    I wrote some usb code and was wondering, is there a sense pin that would put the chip in DFU mode? Or, how else could I exit my usb mode and enter DFU programming?
  • While running keil in debug mode, it is stopping.
    I am using MCU Cortex-M4 and running keil on simulator. In debug mode while running it is getting stopped at _sys_open function in call stack but in text editor arrows showing at SystemInit after stopping...
  • Key Press to Exit While Loop
    Hi Everyone, I have been searching for this thing few days and have not found anything except using simple C such as KBHIT. For example, I'm using switch command of case: "A". In this switch case...