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

canopen

Posted on November 07, 2012 at 08:01hello every one.i want to use stm32f107xx as canopen device (Higher Layer Protocol based on standard CAN drivers) . is there any library or any thing to help me? #can #hlp #canopen #can

Clive thanks!

Posted on November 09, 2012 at 18:39Clive1 thanks for your response! :) could u please explain how it works? im learning shift operators and addressing registers as struct. it`l be helpful if u could guide me thanks! :)

Write data to port pins C1- C9

Posted on November 09, 2012 at 09:44Hello All, I am programming an LCD display. I want to write some data to pins  C1-C9, interfaced to LCD parallely. COuld anyone suggest me how this could be done Thanks #portc-data

ADSTART bit

Posted on November 08, 2012 at 11:54Hi everybody. I have similar problem, I already wrote here. In the past I wrote here, that when I tried to lock set pins on GPIOA channel, but System Viewer Windows showed mi that LCKR register of given pins of GP...

How to write set of bits in ODR?

Posted on November 08, 2012 at 16:15hello , im a newbie to stm32 and im just starting with stm32f4 discovery, i have to write an 8 bit value to GPIOA ODR from bit2 to bit9 while not altering bit0 and bit1 how can i do that? it`s a noob question but ...

Need drivers for VCP DeInit

Posted on November 08, 2012 at 14:30.I am using USB & VCP in STM32F205ZE in a single application (OTG_FS config)but unable to deinit my VCP while entering into USB application..please provide required driers for above..Thanks& Reagaeds:Lucky.......

IAP application startup error

Posted on November 08, 2012 at 10:22Hello, I have been studying the IAP samples recently, basically the one from AN2557. I have tried to adapt it for my application, the idea being that I would load a new fw from the microSD card when it would be av...

longchair by Associate III
  • 290 Views
  • 1 replies
  • 0 kudos

GPIO Sest-Change doesnt get reflected in BSRR

Posted on November 07, 2012 at 09:17Hello All, I am using STM32F2 series. I want to set PORT E pin 1, And here goes my code GPIO_InitTypeDef *GPIO_InitStruct;  RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOE, ENABLE);  GPIO_InitStruct->GPIO_Pin = GPIO_P...