STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Debugging of my STEVAL-CCM001V2

Posted on October 14, 2013 at 12:38Hello together,I got an STEVAL-CCM001V2 evaluation board. This Board has an TFT-Display and some touch-keys to control the function of the board. The board has an micro-SD card slot and you could watch pictures on ...

STM32F405 - No clock on SPI

Posted on October 14, 2013 at 11:27Hello,I've some problems with the SPI interface of the STM32F405 microcontroller. I hope someone could help me.I've a F-RAM connected to the STM32F405 via SPI. I'll checked pin connection and GPIO configuration wit...

aurelie by Associate
  • 160 Views
  • 1 replies
  • 0 kudos

Understanding the purpose of ADC_SMPR

Posted on October 13, 2013 at 06:46Hi,I'm trying to understand what the ADC_SMPR register is used for.According to Reference Manual we have following control on the ADC conversion time:ADC_CR1 Register:Bits 25:24 RES[1:0]: ResolutionThese bits are w...

dimax by Senior
  • 342 Views
  • 5 replies
  • 0 kudos

USB FS Isochronus transfer starts @ even or odd frame?

Posted on October 08, 2013 at 00:24Hi!how do I findthe number of the first isochronous frame-odd or even? tracing shows, the host can start transmitting with both even and odd frames unpredictable. however, the frame number must be programmed in STM...

STM32F3 - ARM Cortex-M4 32-Bit MCU- SPI

Posted on October 07, 2013 at 21:54Hi, I am using the Discovery F3, I am trying to interface with an SPI port device which requires a 32 bit transfer and 8 bits for address, in the data sheet, the data size is between 4 and 16 bits. I would know if ...

SPI BSY flag

Posted on February 22, 2012 at 17:14Dear All, I have two separate STM32F103's communicating to each other by SPI. I've configured one as a master & the other as a slave. I'm using DMA to automate the SPI transfer. I've used the ST Library (3.5.0) e...

PWM signal prescaler

Posted on October 12, 2013 at 18:48Hello, in fact I've been working on the STM32F3 Discovery Board and I could generate a PWM signal. But there is still something I couldn't understand, which is how to calculate the prescaler value according to the ...

mehdi23 by Associate
  • 138 Views
  • 1 replies
  • 0 kudos

delay func using TIM2

Posted on October 12, 2013 at 18:10 I want to write function using timer 2 for have millisecond in STM32F103 I just don't know why this doesn't work! TIMER2 config: void config_TIM2() { NVIC_InitTypeDef NVIC_InitStructur...

_behn4m by Associate II
  • 110 Views
  • 1 replies
  • 0 kudos

PA11 and PA12 on STM32F3 discovery

Posted on October 11, 2013 at 20:44 hi, below is the code i wrote just to change the states of pins PA10, PA11, PA12 and PA even though pin PA10 and pin PA15 gives the correct output to the functionsGPIO_SetBits() andGPIO_ResetBits(); PA11...