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

STM32F103VBT6 Flash memory

Posted on September 21, 2011 at 03:27basically i just want to some simple stuff. write in a variable into the flash memory (permanent) and read it , make sure it is the same .as i am newbie to micro-controller, and i couldn't get any simple code or ...

keng1230 by Associate II
  • 1027 Views
  • 10 replies
  • 0 kudos

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
  • 261 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
  • 281 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
  • 246 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
  • 433 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 ...