STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

multi-Slave SPI using STM32F7's?

Posted on May 16, 2017 at 23:35To run multiple STM32F7's as SPI Slaves I enable/disable their active control of MISO using:/* Enable MISO to be actively driven (i.e., controlled by the SPI2 module). */GPIO_InitStruct.Pin = SMCU_SPI2_MISO_Pin; GPIO_I...

0690X0000060710QAA.png

SPI and ST7565

Posted on May 13, 2017 at 08:58Hi to all,I'm new to stm32. I start working with 'NUCLEO-F030R8' and i wish to control a display 128x64 monocromatic via SPI.To do thisI started using STM32CubeMX to configure GPIO and SPI, but SPI doesn't works.Someon...

sav gas by Associate II
  • 1474 Views
  • 6 replies
  • 0 kudos

Problem with toggling the FSMC control pins

Posted on May 18, 2017 at 11:35I need to transfer the data between STM32F407VG using FSMC alternate Function mode and Blackfin ADSP592 processor using  PPI ports in loopback mode.The connection between STM32F407 and ADSPBF592 is given belowNWAIT(GPI...

SWD EMC issues (pullup SWDIO)

Posted on May 18, 2017 at 11:22AN2586 (Getting started with STM32F10xxx hardware development) recommendsJTMS/SWDIO: Internal pull-upTCK/SWCLK: Internal pull-downin an older STM32F100 Project where we had some field issues probably due to EMC (serial...

SDIO DMA initialization order

Posted on June 19, 2014 at 21:29The original post was too long to process during our migration. Please click on the attachment to read the original post.

Tips for custom bootloader/application?

Posted on May 17, 2017 at 19:55I'm new to STM32, though I've programmed other micros for decades. I'm doing my first project with an STM32L4 and need to create a custom bootloader in lower flash and an application in upper flash. I've done this befo...