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

STM32F4DISCOVERY and STM32 PMSM FOC SDK

Posted on September 22, 2015 at 20:52Hi everyone.I am developing a robotic application and I need some advice.I need to drive two BLDC motors (these drive the wheels of the robot) and also to interface with a parallel camera.I understand that with S...

STM32Cube bug with FatFS

Posted on September 18, 2015 at 19:24Hi ST, When configuring  the FatFS in Platform settings, I can configure the pin for card detect function. When using this config, following code in generated: uint8_t BSP_SD_IsDetected(void) {   __IO uint8_t sta...

Osto by Senior
  • 570 Views
  • 2 replies
  • 0 kudos

UART reception DMA issue

Posted on September 22, 2015 at 17:47Hi, Im using an STM32F071RB. I configured USART to receive data in DMA. I often get reception stuck but I cant understand why. I had a look at the registers: USART1->CR3 looses DMAR bit (0x00001040 becomes 0x00...

Kei uLink resetting read/write protection

Posted on September 21, 2015 at 20:16Hey,I know that I can include a opt.s assembly instruction file in a keil project to set the read/write protection bits etc to level 1. I was just wondering, if I need to wipe such a device, how can I reset the o...

estersci2 by Associate III
  • 1689 Views
  • 8 replies
  • 0 kudos

stm32f429 discovery gui_init

Posted on January 03, 2015 at 11:04HelloI'm using stemwin library for stm32f429 discovery. I just try to create simple project like - ''Hello world''. And my program hangs in GUI_init, namely in _DMA_Fill in line:while (DMA2D->CR & DMA2D_CR_START) {...

STM32F4 GPIO Reset Values

Posted on September 21, 2015 at 18:53I have an issue that seems to be related to some fundamental lack of understanding about GPIO behavior that I can't figure out.  The most clear symptom I have identified is this:I'm working with an STM32F405RGT6 ...

craig by Associate II
  • 3371 Views
  • 6 replies
  • 0 kudos

SPI Slave Configuration Clock

Posted on September 21, 2015 at 16:52Hello,I use a stm32f103, I want to use the SPI peripheral in slave mode.The SPI Master is configured with a clock at 1Mhz.I must to configure the STM32 SPI peripheral with a clock at 1Mhz, but its not possible wi...

USB DFU Host class

Posted on September 18, 2015 at 09:58 Hello everybody, I am developing the firmware for a STM32F4 board which has to be capable of flashing slave STM32F4 boards by means of USB DFU. Since USB Host library doesn't have support for DFU clas...

Problem found in STM32Cube STM32L1 HAL ADC Driver

Posted on September 17, 2015 at 00:47In stm32l1xx_hal_ad.c in version 1.30 of the STM32Cube library, at line 538, there is a comparison of ScanConvMode to ADC_SCAN_ENABLE.....that works as long as the caller set ScanConvMode to ADC_SCAN_ENABLE rathe...

chuck2 by Associate
  • 712 Views
  • 4 replies
  • 0 kudos