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

stm32f030cc how to move application to different location

Posted on August 03, 2015 at 16:25i am using stm32cube and arm mdk 5 for my code development for stm32f030cc. i developed one free rtos based application which is running fine.i want to develop boot loader to download my rtos based application for r...

karan by Associate III
  • 1671 Views
  • 6 replies
  • 0 kudos

STM32F407 FSMC SRAM & LCD

Posted on August 17, 2015 at 23:39 I'm new to ARM microcontrollers, and having a bit of trouble understanding something. I have an LCD with the SSD1963 controller and external SRAM (AS6C1616) connected in parallel using the FSMC. The SSD1963 is ...

postuchj by Associate II
  • 2693 Views
  • 6 replies
  • 0 kudos

SPI with two Boards

Posted on August 12, 2015 at 12:21 Hello, I've two STM32F4 Boards which I want to send data to each other via SPI. I think that I configured the master board (STM32F411 Nucleo board) well, because at the scope, I ''saw'' the sended data. ...

marcel2 by Associate
  • 937 Views
  • 1 replies
  • 0 kudos

STM32F429 + I2C1 on PB7(SDA) and PB8(SCL)

Posted on July 14, 2014 at 21:38Greetings all,The STM32F429 data sheet lists the following pinmux options: PB6: AF4=I2C1_SCL PB7: AF4=I2C1_SDA PB8: AF4=I2C1_SCL PB9: AF4=I2C1_SDA I have a custom board which brings the I2C1 bus out on PB7(SDA) and PB...

malcolm23 by Associate III
  • 3290 Views
  • 9 replies
  • 0 kudos

SPI Clock Problem at 3Mhz

Posted on December 02, 2014 at 03:49HI Group,     I have a development board which is acting as SPI Master connected to an STM32 chip on another prototype board acting as SPI slave. I cannot change anything on the development board. I am facing an i...

vineet2 by Associate II
  • 6918 Views
  • 15 replies
  • 0 kudos

STM32F411 Tim2 Input Capture via DMA

Posted on August 18, 2015 at 11:56 I'm trying to get 2 channels (rising edge and falling edge) of Tim2 input capture via DMA working, using the HAL drivers. I had got it working without using the HAL drivers but decided I should probably use the...