STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F446RE Nucleo and IDW01M1

Posted on January 30, 2018 at 10:25Hello everyone, to begin with i have little experience in ARM embedded world besides Arduino and ESP32 boards. Recently i stepped into STM32 Nucleo programming. My tools is STM32CubeMX and KEIL IDE. Since this poin...

Restart DMA - STM32F767

Posted on January 30, 2018 at 11:35Hello.I have question. How to restart DMA?I have this init function:&sharpdefine DMA_RX_BUFF_SIZE            64         uint8_t dma_rx_buff[DMA_RX_BUFF_SIZE];void MX_UART5_Init(void){ /* Enable CLOCK for GPIO */ LL...

Resolved! STM32F429I-DISC1 Rev. C Changes/Specifications/Documents

Posted on January 30, 2018 at 16:13I just ordered and received REV C of this board, all of the files online seem to indicate they apply to REV B of the board, is anyone aware of the changes or has access to the appropriate files? #stm32f429i-disc1

evan by Associate II
  • 465 Views
  • 2 replies
  • 0 kudos

DMA stream configuration in HAL Cube

Posted on January 30, 2018 at 17:12 Hello, I am trying to setting up a template project to work with the SPI and DMA triggered by a timer using the STM32F746ZG. The configuration I need to program is the one in the attached image. Need to t...

DMA2D Config

Posted on January 17, 2018 at 12:14I am trying to create a project which uses a display. I have created a project on stm32cube with LTDC and DMA2D enabled. I can store bitmaps in the flash then display them using the LTDC functions. I have got an ex...