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

STM32F103c8T6 USB Virtual COM Port

Posted on February 05, 2013 at 10:27 Hello, i am newbe to STM32.and i am using STM32F103C8T6.i have added the USB Lybrary to my code and it was compilled successfully by the gcc compiler(arm-none-eabi).here when i connected my board to PC with US...

esg by Associate
  • 190 Views
  • 0 replies
  • 0 kudos

STM32VL EXTI

Posted on February 05, 2013 at 08:39 Hello Guys, I am trying to play with EXTI of STM32VL but what seems to be the problem in this code why I can't make it work int main(void) { GPIO_InitTypeDef GPIO_InitStructure; EXTI_...

xtian by Associate II
  • 183 Views
  • 2 replies
  • 0 kudos

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
  • 164 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
  • 284 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...

Labels