STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 SDRAM Initialization and usage

Posted on November 22, 2017 at 04:40Hi,I would like to know how to set parameters in SDRAM Initialization. You can refer to document too.From  FMC_SDRAM example project,In STM32F769-EVAL, hsdram.Init.SDBank = FMC_SDRAM_BANK1; hsdram.Init.ColumnBitsN...

[BUG?] STM32F3 CAN transmit timeout

Posted on May 12, 2016 at 03:48Hi, I just noticed another oddity in the CubeMX HAL drivers: when I send a CAN message on an empty bus the function HAL_CAN_Transmit(...) waits in a loop for the timeout and then cancel the sending of the frame:/* Chec...

SPI doesn't transmit any data

Posted on November 17, 2017 at 10:44Hello everyone,I'm trying to verify wether my SPI transmits data or not, based on the SPI simulink demo project which is provided by STM32 MAT/TARGET.Since my borad is STM32F4 Discovery Board, which is different f...

_legacyfs_online_stmicro_images_0690X0000060N1dQAE.png _legacyfs_online_stmicro_images_0690X0000060Mz8QAE.png
Sam Q. by Associate III
  • 223 Views
  • 2 replies
  • 0 kudos

STM32F103 hardware peripheral reference design

Posted on November 29, 2017 at 11:27I need schematic of  X-NUCLEO-LPM01A expansion board or a hardware peripheral schematic for reference. I am designing a handset,  It compose a mono graphic/character LCD, CAN interface and K-line interface.

Tang Jin by Associate
  • 137 Views
  • 1 replies
  • 0 kudos

I2C and UART on STM32F429 (Nucleo-F429ZI)

Posted on November 29, 2017 at 11:14I encountered a strange I2C - UART Collision problem and wonder if there is something I missed in the Documentation.Problem and what I tried to solve it: I2C and UART work fine and permanent when I initialize onl...

How to use STM32CubeMX's 'pin stacking' function

Posted on September 13, 2017 at 12:35In the latest version, I find there is a 'pin stacking'  choice when configure a pin. But I can't find any description of this function. What's the purpose of this function and how it work?#pin-stacking

diverger by Associate III
  • 2399 Views
  • 7 replies
  • 1 kudos

QSPI issue - Scatter file

Posted on November 29, 2017 at 08:16Hello all,I try to make my own example based on AN4760 and QSPI_perfs example from STM32Cube_FW_F7_V1.8.0.The MPU init code is:static void MPU_Config(void){ MPU_Region_InitTypeDef MPU_InitStruct; /* Disable the MP...