Ask questions, find answers, and share insights on STM32 products and their technical features.
Dear all,I'm trying to perform a simple blocking SPI communication with a slave (TFT driver) on my STM32F769NI-disco board.I can transmit commands without any problem but I can't receiveHere is my init code called from main(): static void MX_SPI2_Ini...
on page 997 of RM0433 Rev 7 it first says 2 bytes are transferred each DMA request, and then that 4 bytes are transferred each DMA request:DAMDF=0b11: This mode is similar to the DAMDF=0b10. The only differences are thaton each DMA request (two data ...
Hello,I use STM32H742 rev V. In contrast to rev Y register ADCx->CR has two bits BOOST. I set both, because I want the highest ADC speed. But reading ADCx->CR back, with the debugger or in the running program reports only BOOST 0 set. What is wrong t...
I use TIM1 as 3 Phase PWM for motor control. I need to adjust the dead time. But the dead time is not according the manual.My code for dead time: TIM_BDTRInitStruct.OSSRState = LL_TIM_OSSR_ENABLE; TIM_BDTRInitStruct.OSSIState = LL_TIM_OSSI_DISABLE;...
Hello,I'm using a STM32L072CB with STOP mode and in section 32.9.3 in the user manual I stumbled over following information:"When exiting from Stop mode, the clock configuration is identical to theone after RESET. Consequently, the software must repr...
cpu stm32L0x, how to visist these peipherals like i2c, uart, spi through dma and cpu? how to be more effective?
Hello,I'm trying to connect J link ultra+ debugger to STM32F7xx target board. debugger is new(received yesterday) and I'm using it for first time. I can see it is detected in device manager as J link driver under USB. In STM32cubeIDE I've selected se...
Dear Sir/Madam,I am going to use one of the chips from STM32 H7 family in my project (My tool-chain: STM32CUBEIDE and STM32CubeMX).In my project,I have to transfer large data bytes from SDcard to internal RAM of the micro-controller very rapidly and ...