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

Testing if USART works?

Posted on March 23, 2014 at 02:05Hi everyone, I'm a newbie with stm32f4Discovery kit, and I've just finished writing a code for implementing sending and receiving a character using USART, I'm using Keil uV5Here is my code which is an example found o...

Stand alone St-link V2 + STM32f4 Discovery Board

Posted on July 07, 2015 at 19:43Hello , Stand - alone st-link is not able to detect target IC ..... How can I flash STM32F4 Discovery board chip through stand-alone St-link V2 ? I have removed both jumpers of CN3 . I have made following connecti...

CubeMX STM32CubeF0 update

Posted on July 07, 2015 at 15:24Hi,I've just updated CudeMX to v4.8 and noticed that the latest version of STM32CubeF0 firmware package is 1.2.1, while in ST website there version 1.3.0 is available.I tried to install it manually with no successes.A...

yuvalk by Associate II
  • 717 Views
  • 4 replies
  • 0 kudos

Web server stm3220g-eval, webpage compile?

Posted on June 13, 2012 at 11:50Hi everyone.I used the demo project web server of ST, my board is 3220g-eval.And as I know, the webpage content is built by fsdata.c file.I want to ask how to convert or compile the webpage content to this file?I thin...

Integrated STM-LINK with Virtual com port support

Posted on July 06, 2015 at 08:14Hi all,I have a DISCOVERY board for F030 devices. I think it's name is STM32F0308-DISCO.What I'm trying to do is to use the integrated STM-LINK as an usb to serial dongle between the target MCU and the PC. I have foun...

raimond by Associate III
  • 688 Views
  • 3 replies
  • 0 kudos

PRIMASK bit on after enabling interrupts.

Posted on July 07, 2015 at 20:47Hi all, I am using STM32F407 chip with GCC toolchain. I have a trouble with my code. I wrote a function that needs an exclusive access to variables (I want to have ability to call this function from interrupts as we...

Using SD Card with STM32L152C Discovery

Posted on July 08, 2015 at 09:25I have a STM32L152C Discovery board. I want to use a 1GB FAT SD Card with STM32Cube and EWARM ide, but there is an error. pins:     STM --- SD Module     PA5       SCK     PA4       CS     MISO    MISO     MOSI    MOS...

babak by Associate
  • 312 Views
  • 0 replies
  • 0 kudos

How to use 30Mhz clock on SPI SCK.

Posted on July 08, 2015 at 08:14I'm using stm32f429. I have configured my system core clock to 160Mhz and I use the APB2 clock divider as 4, which gives me 40Mhz to my SPI4 peripheral , I want to use my SPI peripheral at 30Mhz, since the SPI core cl...