• STM32F103 PLL Ready Flag Never Set
    I am trying to set PLL as my system clock source upon startup of my microcontroller, STM32f103( www.kynix.com/.../STM32F103C4T6A.pdf ) I have commented all the defines in my system_stm32f10x.c ...
  • STM32F746 Wave Share Board
    Dear All I am New to arm so i need u help I am trying to configure GPTM14 and do the pin toggle at PF9 , I am not getting any errors in the code but the led is not toggling , i checked with the CRO...
  • 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...
  • STM32F746-Multi channel ADC with DMA Problem
    Hello, I am trying to implement multi-channel adc with dma. I am using STM32F746 Discovery Board. But seems not working. Here is my initialization functions : First, here is my buffer that fills...
  • Keil bug that cause AGDI calling the readCode forever
    Hi All, we recently implement the keil AGDI to work with our own 8051 debugger by referring to Apnt_145. everything seem fine but we found an issue that the AGDI where it keil seem will forever calling...