STM32 MCUs Products

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...

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
  • 925 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
  • 1383 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
  • 1091 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...