User Activity

Currently I am trying to use ibis model for simulation. I found ibis model file provided by STMicro and try to use them. But I could not figure out which model pointed by model selector I should use. For example, there are 24 candidates of the model ...
I try to use DMA to transport data from GPIO input regester (GPIOx_IDR) to some other buffer memory. DMA reguest is created by timer with input capture mode so I turn on DMA by HAL_TIM_IC_Start_DMA(). This function doesn't have a arugument for source...
I am thinking of turning on ADC with DMA when analog watchdog detect certain level of signal. Then I would like to turn on ADC with only watchdog first and when LevelOutOfWindowCallback() is called ADC with DMA starts. I tried code below but it didn'...
Hello, I am trying to send ADC data (12 bit) to pc with USB as fast as possible. Now I am using STM32F405 and configured ADC like picture below. Those data of ADC is transfered to the pc by interrupt of DMA which is cirucular mode. And the data trans...
I am currently working on STM32L07/STM32L08. And thinknig of debugging and making sure memory I would like to use st-link v2. I have looked up a lot about st-link but mostly it's about STM32F. Please teach me if the st-link v2 works on STM32L07/STM3...