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

I2S/SPI Interrupts

Posted on April 12, 2012 at 22:49Hi, I have a problem with an I2S master receive connection, using SPI2. SPI2_DR is receiving values, so the I2S is working on some level, but none of the interrupts I have set are being generated. RXNE is 1, meaning ...

cmpauley by Associate
  • 809 Views
  • 2 replies
  • 0 kudos

SPI Communications with DMA

Posted on April 17, 2012 at 16:16Hi, I've a complicated application with 3 STM32F1xx microcontrollers. Each of the microcontrollers communicate to each other via SPI. DMA is used for SPI communications. The micros (STM32F103) have 2 SPI ports each. ...

DFU File Manager Command Line Options

Posted on April 16, 2012 at 15:59 I have a number of *.bin binary files that I want to convert to *.dfu files using the DFU file manager. For convenience I'd like to speed it all p a bit but using batch file. Does the DFU File Manager V3.0.0...

STM32 I2C init failed

Posted on April 13, 2012 at 19:09ATTENTION! The following code do not work for STM32 I2C while looking good:void I2C_Ini(void){ I2C_InitTypeDef I2C_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; // I2C RCC RCC_APB1PeriphClockCmd(RCC_APB1Periph_...

ivainc by Associate III
  • 1544 Views
  • 6 replies
  • 0 kudos

Check if a uC is alive or dead

Posted on April 11, 2012 at 18:39I wonder if someone could help me. I recently have developed my own PCB board. I've soldered all the components, and now I want to starting downloading some firmware to the uC (STM32F407ZG - LQFP144pin). For my surpr...

tecnico23 by Associate II
  • 4967 Views
  • 28 replies
  • 0 kudos

Doc error TRM STM32F4: PC13..15 only ONE output?

Posted on April 16, 2012 at 09:07In TRM STM32F4 (RM0090) it says in Chapter 4 ''PWR'', 4.1.2 ''Battery...'': Note ''Due to the fact that the switch only sinks a limited amount of current (3 mA), the use of GPIOs PC13 to PC15 are restricted: only one...

flyer31 by Senior
  • 363 Views
  • 0 replies
  • 0 kudos

STM32F4 PWM genertation using TIM1 and TIM8

Posted on April 15, 2012 at 14:51I am using the STM32F4 discovery board to generate a PWM signal using TIMER 1, channel 1, and am using GPIO A8 in AF mode. When i run the code there is no pulse generated, but the pin A8 gets pulled up to Vcc.  The a...

anoop by Associate II
  • 865 Views
  • 1 replies
  • 0 kudos

SD Bootloader Interrupt Problem

Posted on April 12, 2012 at 17:18Hi,I have written a Bootloader that looks at the micro sd card and loads firmware.bin file into address 0x00800C000 and jumps program execution to 0x00800C004. I have changed the Flash address in the code that is loa...

ADC Sample Time Selection

Posted on April 10, 2012 at 22:18While it is clear how to configure the ADC sample time, the documentation doesn't provide insight into why one might prefer 239.5 cycles over 13.5 cycles, or the impact of selecting 7.5 cycles (I'm guessing 6 bits of...