• fonction exit on keil
    hello all, i have a probleme with <stdlib.h> void al_exit( int exit_code) { al_hardware_reset(exit_code); /* Notify hardware reset that we came from th_exit */ exit(exit_code); } this...
  • KEIL v5 crashes in debug mode
    Hi all! I purchased STM32F429I Discovery board to learn about USB and graphic. I use apnt_268 to learn about above sugestted issues. It was everything OK until I got to "Add the USB Host middleware...
  • Crash in Debug then Keil can't find device connected
    I wrote a piece of assembly code to use a button on my CORTEX-M4F board and went into Debug mode. When I ran the code the whole thing crashed, some error messages came up which I had never seen before...
  • 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?
  • Exit debug mode while target is running
    Hello, With Keil uvision4 it is possible to exit debug mode / exit Keil, while the target is still running. With uvision5 I can't find a way to do this. Why so? It is a problem for me because in one...