STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SD card initialization sequence

Posted on January 06, 2015 at 14:07I'm struggling with SD card handling. If anyone has a working config of - STM32F429 or 427 - SD card - Cube MX generated code and able to make a oscilloscope recording, please send me the proper init sequence.  F...

discovery stm32f4's ld1(usb communication)not works

Posted on January 07, 2015 at 08:34hi there is a problem when i connect my discovery board to the computer and USB port, the LD1 on board not works and +5 volt pins on the board, have +2.67 volts the 4 user led's have very low light ... whats the pr...

Interrupts on both GPIO A & B

Posted on January 09, 2015 at 16:07Is it possible to setup a hardware interrupt to trigger from for example PA3 & PB3? If so, how does the interrupt handler determine which one has triggered?(STM32F030)

daniel2 by Associate II
  • 310 Views
  • 1 replies
  • 0 kudos

STM32CubeMX 4.5.0 is incompatible with Atollic True Studio

Posted on November 26, 2014 at 18:28I recently upgraded my STM32CubeMX from version 4.3.1 to version 4.5.0. I did this because 4.3.1 had a bug causing user modifies code in the automatically generated files to be corrupted whenever the project was r...

krubow by Associate II
  • 521 Views
  • 2 replies
  • 0 kudos

STM32CubeMX freezes on opening report

Posted on December 07, 2014 at 20:03Hi everyone,So i am giving it a go to STM32CubeMX. I have a problem that every time i do generate report and i chose to open the folder, the program freezes completely, i have to shut it down with the task manager...

Problem with CubeMX 4.5.0

Posted on December 11, 2014 at 17:28I would like to point out the problems that I have encountered with CubeMX thus far.I am trying to set up an SPI communication between an STM32F401RE Nucleo board (Master) and an mbed LPC1768. I tried using the Cu...

backup SRAM contents are not retained

Posted on January 09, 2015 at 10:36Hello.I am programming RTC function including time/date and backup SRAM with STM32F407VG.There is a 3.3V battery on the Vbat and a 32.768KHz xtal in my boards.But there are very strange operations in my board.When ...

kbcloud by Associate
  • 479 Views
  • 0 replies
  • 0 kudos

Operation on PC10 causing interference with JTAG comm.?

Posted on January 08, 2015 at 12:38Hello, a while back I encountered a problem where I am unable to JLink-debug my project. Now I have pinpointed the exact line of the problem: GPIO_SetBits   (GPIOC,GPIO_Pin_10); It's a library func. I've checked th...