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! :)
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! :)
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
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...
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...
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 ...
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.......
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...
Posted on November 08, 2012 at 04:14i've used stm32f4discovery boards for over 6 month in my IMU Projects. it works fine during that time.And suddenly It shows error ''No Target Connected'' when i tried to program the chip (via debug) like as always...
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...
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...