Do the ADC injected channels support DMA requests(stm32f4)?
Оne injected channel + DMA ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Оne injected channel + DMA ?
Hi, I am using the STM32G071KBU6N. It has the BOOT0 and SWCLK (PA14) on the same pin. Defined the pin as SWCLK in STM32CubeMX. So I assume that the SYS registers are set right in the software generation. However after the first download of the first ...
Hello,I have received conflicting answers to this question so I want to try asking it in a different way. Hopefully you understand my situation but please let me know if I should clarify anything.I want to use an STM32G431RB. I need to be able to rea...
Hello, I am trying to use an ADC (AD7124) which is communicating through SPI with the MCU.Previously, I managed to run the ADC with STM32F4. For this I used the libraries provided by the ADC manufacturer. While the ADC is running prefectly with STM32...
Dear all,The MCU : STM32F051R8T on Discovery BoardIssue : USART1 and USART2 are required. The clock of USART1 can be configured by CubeMX. However, it is not possible for that of USART2DetailsThe clock source of USART1 ...
Hi, I'm using stm32f030cct6 and control the sx1276.I configured SPI1 like thatvoid SPI1_Init(void){ SPI_InitTypeDef SPI_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA | RCC_AHBPeriph_GPIOB, ENABLE); R...
Hello,I am trying to config my board using HSE as SYSCLK (my board has MCO from ST-LINK as external clock supply by default - 8MHZ)The goal is set SYSCLK = 8Mhz, HCLK =4Mhz , PCLK1/2 = 2MhzProblem: HSERDY was never set within the TIME OUTPlease lets ...
It works with DMA_CIRCULAR (but I do not want or need continuous DMA transfers.)You see by the terminal output below that reading 2 analog inputs works OK. However, after a while (< 1 minute) the 2 analog values are exchanged now. Apparently the DMA ...