STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 221 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
  • 379 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
  • 460 Views
  • 4 replies
  • 0 kudos