• ULINKpro for cortex M4
    Hi, i took a look at the mdk in combination with the ULINKpro debug probe... (we are going to work with the microcontrollers STM32F407VG and STM32F373CB) especially the trace (ETM) functionality...
  • ULINKpro for cortex M4
    Hi, i took a look at the mdk in combination with the ULINKpro debug probe... (we are going to work with the microcontrollers STM32F407VG and STM32F373CB) especially the trace (ETM) functionality...
  • Could Keil provide new driver SDK instead of AGDI? Is there something like a *** in AGDI?
    Maybe Keil should learn more from IAR. They has clean C-Spy driver interface and documents. while AGDI driver has --- 1. many unknown/unclear bit fields in struct 2. mixed parameters for different...
  • Could Keil provide new driver SDK instead of AGDI? Is there something like a *** in AGDI?
    Maybe Keil should learn more from IAR. They has clean C-Spy driver interface and documents. while AGDI driver has --- 1. many unknown/unclear bit fields in struct 2. mixed parameters for different...
  • Is There Trace Directives in uVision
    Is it possible to use trace directives or debug directives with uVision? For instance, MS Visual Studio has this capability where the developer can flush data out onto the output window.