STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with STM32F7 SPI interface

Posted on November 10, 2017 at 08:05I am using the STM32F765BIT micro controller(208 pin package) in our custom board, I am using STM CubeMx generated code. I have selected two SPI (SPI1 & SPI2) interface both are with same configuration. with SPI2 ...

MANISH by Associate II
  • 179 Views
  • 1 replies
  • 0 kudos

STM32F051K6T6 hardfault with HAL and SPI

Posted on August 03, 2016 at 15:18 Hello, I've got a project build on custom PCB around STM32F051K6T6. There are a couple of other things on this PCB: ULN2003 driver, CD4511B driver , TLV73333 3.3V regulator and the main ''problem'' NRF24...

0690X00000605FGQAY.png 0690X00000605QwQAI.png 0690X00000605QmQAI.png

STM32F429i Disco SPI driver for Display

Posted on April 03, 2016 at 14:24Hello everybody, I would like to ''free'' some peripherals in the SMT32F429i-DISCO and drive the ili9341 display in SPI mode instead of LTDC. I'm working with CubeMX to init the SPI5 and DMA for the SPI transfer. Aft...

marabini by Associate
  • 214 Views
  • 1 replies
  • 0 kudos

Stm CubeMX, NucleoL152 and SD Card Shield

Posted on July 06, 2015 at 18:20Hi to all, i'm a newbie of programming embedded, i have a Stm nucleo L152RE and i a sd card shiled v 4.1 of seeed studio this is thehttp://www.seeedstudio.com/wiki/SD_Card_shield_V4.0 of shiled. Now i want use cubemx ...

CubeMX DMA SPI Transmit and RX

Posted on March 25, 2015 at 20:45Hello,I'm using an STM32F415 and CubeMx.  I've got the HAL_SPI_TxRxCpltCallback() working in that it gets called after the proper number of bytes have been clocked out of the SPI Slave, however, when I prep for anoth...