spi with dma can`t work in stm32H7
I use spi without dma can transmit and receive data. but I use spi with dma can`t transmit and receive data! my chip is stm32h743ii series!
I use spi without dma can transmit and receive data. but I use spi with dma can`t transmit and receive data! my chip is stm32h743ii series!
Hi,Can the L4R5 OCTOSPI interface be configured as an SPI or Hyperbus slave so that it's flash memory can be accessed and addressed via SPI from a master device?Is it possible to configure the L4R5 OCTOSPI so that the device appears as an external fl...
Hello, I'm trying to run a neural network on the NUCLEO-H743ZI2.Following this tutorial : https://www.youtube.com/watch?v=grgNXdkmzzQ, I have managed to analyze a MobileNetV1_0.25 and generate the project code. The only difference is that I selected ...
I have created project based on ChiBios rtos for STM32F072C8But I have some big compilation issue:C:\Users\vya\AppData\Local\Temp\cci1xLwQ.s:226: Error: selected processor does not support requested special purpose register -- `msr CPSR_c,#0x1F'Have ...
Hello,The SPI characteristics in the STM32H753 datasheet are not clear (for me at least):What does "slave receiver mode" means ? Is it half-duplex or simplex communication ?Right now I'm able to communicate between two STM32H7 Nucleo boards connected...
Hi,I am working on eval stm32f769. I have used DMA burst mode in circular.I want to forcefully abort DMA stream and DMA, so that on I can restart DMA burst with different sequence.I have used HAL_TIM_DMABurst_WriteStart() API for starting burst mode ...
Hi All,I am using STM32F779I- eval kit.I am using DMA Burst mode. I have created two buffers(buffer1 and buffer2) with different sequence.Lets say Buffer1 with sequence 1 is running using HAL_TIM_DMABurst_WriteStart () HAL API. In between of sequence...
Hello,I'm observing a stability issue on the internal voltage reference while using STOP mode.I'm using STM32L431, with : - VCC=1.9V - VCC_AN=2.8V - internal reference set at 2.5V with output buffer enabled in low impedance mode, decoupled with 100nF...
Hi,I'm working on a project where I need ADC readouts with very little jitter and therefor use synchronous mode. As I have several side conditions on the clock domains, I can't choose the ADC clock freely. Hence, I'm trying to evaluate if for a given...
Hi,published io port structure in STM32G0 reference manual does not show input clamping diodes.So: Need to provide them externally ?Or: Bug in io port sketch ?Best regardsJuergen