STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Final State of PWM

Posted on February 04, 2013 at 10:17 Hi , I am trying to drive a LED Driver IC with a PWM signal on button press. However , it seems that at the end of a PWM cycle the LED final state is not determinable (maybe on/off). It seem that it...

STM32F0 Discovery JP1 (STLINK USART RX,TX)

Posted on February 05, 2013 at 01:35What is the purpose of JP1?  It connects to the STLINK MCU, and via two solder-jumpers on the bottom of the board (SB14,15) to PA9,10 of the 'F051 (the USART-1 pins).  Can the STLINK enumerate as a CDC endpoint, a...

javanzee by Associate
  • 126 Views
  • 0 replies
  • 0 kudos

STM32F051 USART Not working

Posted on February 01, 2013 at 00:39I created some simple code on the STM32F05-Discovery board to write a byte of data repeatedly out USART1.  However when I run this code on my target board the USART doesn't send the data.  The TXE line goes low an...

STM32F103RB SPI latency

Posted on February 04, 2013 at 17:30 Hi all, I trying to use the SPI and I am using uVision Keil. The clock appear with a latency that I can take off by removing while (SPI_I2S_GetFlagStatus(SPI1, SPI_I2S_FLAG_RXNE) == RESET); But wh...

0690X000006052fQAA.png
felipe by Associate II
  • 192 Views
  • 4 replies
  • 0 kudos

Reading ADC Multichannel

Posted on February 04, 2013 at 18:08 I want to read valuefromaccelerometer . Model 1 void GPIO_ADC1_setup() { GPIO_InitTypeDef GPIO_InitStructure; // Enable GPIOC clock RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); // Configure PA1 as ...

Play mono on stereo channel

Posted on February 04, 2013 at 16:29 Hi , as quoted from the audio implemination of stm32f4 eval : Mono audio streaming is not supported (in order to play mono audio streams, each data should be sent twice < br >on the I2S or should b...

How to drive external flash memory using stm32f103vet6

Posted on February 01, 2013 at 12:10Hi, I have connected external flash memory to my board and using stm32f103vet6 controller. I want to drive this flash memory. So how can i drive that one? And after driving flash memory how can i make sure that fl...

manoj23 by Associate II
  • 268 Views
  • 4 replies
  • 0 kudos