STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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! :)

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...

Header Pins that are free on stm32f407vgt6 board.

Posted on November 08, 2012 at 19:00My hardware guy tells me that most of the SOC peripherals don't make it out to the header pins on this board. He says they are tied up with board supported peripherals. 1) In general is this true? Is this board de...

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 ...

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
  • 585 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...

ADC with multiple interrupts

Posted on October 26, 2012 at 09:46Is it possible to have more than one ADC interrupt source? Because I am trying to program ADC3 so that the interrupt can be caused both from an end of conversion (EOC) event and from the analogue watchdog (AWD) eve...

terence-b by Associate II
  • 1664 Views
  • 9 replies
  • 0 kudos