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

STM32F401 - problems with SPI bootloader.

Posted on September 18, 2014 at 18:35Hello!Please, help me! I want to use SPI-bootloader in STM32F401 to update firmware in this controller.But controller returns wrong answers.For my experiments I use demoboard NUCLEO F401RE and application note AN...

Using SPI Bootloader of STM32L476RG

Posted on December 09, 2016 at 12:08Hi allI'm trying to use the SPI Bootloader of the STM32L476RG.To do so, I set up an other STM32 device running an SPI master (Frame Format = Motorola, Data Size = 8 Bits, First Bit = MSB First, Baud Rate = 62.5 KB...

How to stop DMA module from stm32f0xx_hal_conf.h?

Posted on November 29, 2016 at 05:49Dear Sir, I want to disable DMA module application from my project.Is there any relation it with flash module?I have tried to change /*#define HAL_DMA_MODULE_ENABLED, but still build error log says,../Drivers/STM3...

USB HID Device Library or Example code

Posted on December 06, 2016 at 04:13I want to create the USB HID device function but I don't have any library or example code.Where to download the relation data for me reference?PS:I use a STM32F427 MCU.

pohua by Associate II
  • 1229 Views
  • 3 replies
  • 0 kudos

How is pmaadress calculated in HAL_PCDEx_PMAConfig?

Posted on November 25, 2016 at 10:03 Generating USB CDC example in STM32CubeMX for STM32F103 it creates the following code inside USBD_LL_Init(): HAL_PCDEx_PMAConfig((PCD_HandleTypeDef*)pdev->pData , 0x00 , PCD_SNG_BUF, 0x18); HAL_...

dani by Associate
  • 1862 Views
  • 2 replies
  • 0 kudos

Problem with Mounting and IDEs for STM32F429ZIT6

Posted on December 09, 2016 at 12:57Hi all,I am new to microcontroller programming, and i recently started working on STM32F429ZIT6 MCU.I could able to program the Discovery board with sample programs(Blinking LEDs) with Kiel IDE, though i am facing...

implementing swd with spi on stm32f3

Posted on November 29, 2016 at 03:44I have a working bit-banged implementation of swd, now I want to use the spi device.  The protocol is a bit odd in requiring some short input sequences.  Essentially, I'm using the spi device for everything that's...

Geoffrey1 by Associate III
  • 1452 Views
  • 4 replies
  • 0 kudos

STM32F070 USB CDC Example

Posted on October 07, 2016 at 13:13Hello, I am using STM32F070 microcontroller and current implementing USB CDC, I was searching a basic example of USB CDC on STM32F0, but not able to find any appropriate one, any help in this regard would be highl...

USB circuit

Posted on December 10, 2016 at 13:32Hello, I'm trying to use the usb peripheral embedded in stm32f407vgt6 as device. I connected D+(from host) to D+(of my MC) through 22Ohm resistor and D-(from host) to D-(of my MC) through 22Ohm resistor also Vbus(...

DFSDM conversion resolution problem

Posted on December 08, 2016 at 22:32Hi,I am trying to build something and currently doing some evaluation and development with 32L476GDISCOVERY Discovery Kit with STM32L476VG microcontroller.What I am trying to achieve at the moment is output of int...