STM32
Posted on April 15, 2011 at 15:35STM32
Posted on April 15, 2011 at 15:35STM32
Posted on April 14, 2011 at 20:53restore dfuse
Posted on April 13, 2011 at 19:32Hi,Is it possible to transfer data from ADC to FLASH using DMA?The following snippet does not work for me:...DMA_InitStructure.DMA_PeripheralBaseAddr = ADC1_DR_Address;DMA_InitStructure.DMA_MemoryBaseAddr = (uint32_t...
Posted on April 14, 2011 at 06:16analog in mode on port pins without an ADC input?
Posted on April 11, 2011 at 13:13Hi, Does STM32 can produce interrupt from adc input channel when the value detcted is higher then a certain level? Thanks - Udi #adc-stm32 #stm32-adc
Posted on April 12, 2011 at 14:55Hello everybody and thanks in advance for any help,I need to connect my stm32 Discovery board to an external SD/MMC device. I would appreciate if somebody can tell about any (maybe) third party SD/MMC board to connec...
Posted on April 12, 2011 at 13:49Dear all,My name is Gregory and I live in France (so excuse my poor english). I am a newbie in STM32 world, but I come from the Arduino world and have some good basis in C programing.I try to use a DS1307 chip with m...
Posted on April 02, 2011 at 06:26Hey everyone!This is my first time here and a complete novice with this microprocessor.We are using it (STM32VLDiscovery) for our Senior Design Project in Electrical/Computer Engineering. We just switched from anothe...
Posted on April 05, 2011 at 13:47Hi, While using standart peripheral tim library, i have noticed that the folloeing OC modes are avilable: TIM_OCMode_Timing.TIM_OCMode_Active.TIM_OCMode_Inactive.TIM_OCMode_Toggle.TIM_OCMode_PWM1.TIM_OCMode_PWM2.C...
Posted on April 01, 2011 at 19:17All: I'm trying to get my STM32Discovery board to talk to a NewHaven LCD display/controller C0220BIZ-FS(RGB)-FBW-3VM via I2C and have encountered some problems. I managed to piece together the following code from var...