• How to reduce readcode operation in agdi.
    hi all: We are developing device driver via AGDI . In Disassembly Window ,when pressing the button in the scroll box and dragging, it will call ReadCode() to read all the Code from the beginning address...
  • AGDI
    How can I enable Dallas Contigious Addressing Mode while implementing uVision2 interface DLL via AGDI interface? Thanks you so much in advance!
  • STM32F746 : PLL not ready forever.
    Hello, I am trying to enable internal clock ( HSI ) in stm32f746. But when I debug code, I find that pll ready bit of RCC's CR register is not set. Following part of code always return HAL_TIMEOUT...
  • AGDI Drivers
    http://www.keil.com/appnotes/docs/apnt_145.asp Application Note 145 Implementing DLLs for Hardware Debuggers (AGDI) First has anyone had experience with this? Second I noticed it's not there...
  • RTX - task waiting forever for mutex
    I have faced strange program behaviour in my home project. It is running on KEIL RTX. The issue is that one task is put to wait for a mutex which is used by several tasks. So, one of the task is put to...