Can I DeInit only one GPIO-pin Instead of a whole port??? (STM32)
Posted on April 02, 2009 at 13:33Can I DeInit only one GPIO-pin Instead of a whole port??? (STM32)
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 02, 2009 at 13:33Can I DeInit only one GPIO-pin Instead of a whole port??? (STM32)
Posted on May 07, 2011 at 18:29Hello Boys / Gurls I was wondering if someone attend to make a digital filter on a STM32; if so can you please help me with the coding... i'm having a tuff time with that....
Posted on May 07, 2011 at 18:42Goodday !!! I heard from someone i can use CN3 and program a STM32 using Discovery Evaluation board on a PCB board.. has anyone one has the proper schematic to work this
Posted on April 28, 2011 at 18:44Hi,I wanted to learn how to ''connect'' DMA and timers, so I am thinking about such application. App will circularly copy data from buffer to timer. Timer is set in PWM mode and in my data buffer are numbers starting...
Posted on April 25, 2011 at 14:17hello everybody, I want to run a simple program that blinks the leds of stm32 discovery board, when I use the sample example (blinky) everything is ok but when I want to create a new project there are a lot of errors...
Posted on April 24, 2011 at 00:31STM32F20x simple dev. board
Posted on March 08, 2011 at 23:46Wow, I can't believe how painful it is to get an LED to blink on the Discovery board. I am using keil UV4 32k limited edition. I can download and run the demo project just fine. But when I compile and debug/download ...
Posted on April 17, 2011 at 09:50The original post was too long to process during our migration. Please click on the attachment to read the original post.
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 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