Stepper motor (half step and micro step ) in stm32f030
Posted on April 16, 2014 at 14:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 16, 2014 at 14:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 19, 2014 at 10:28Hi all,I am working with stm32l100r8 target mcu for internal flash programming(data eeprom).When i program flash sector , i missed usart interrupt(115200 bd).In infinite loop i am writing data to some definite flash ...
Posted on February 03, 2014 at 11:27 I am learning embedded development on the STM3220G-EVAL board with the STM32F207 microcontroller. I have tried to test the I2C interface by interfacing the two I2C2 and I2C3 modules on the same chip and sendi...
Posted on March 09, 2014 at 12:01This is my code for SPI and I am getting the below mentioned errors, I can't seem to resolve these. &sharpinclude <stm32f2xx.h>&sharpinclude <stm32f2xx_conf.h>&sharpinclude <stm32f2xx_spi.h>&sharpinclude <stm32f2xx_g...
Posted on February 14, 2014 at 11:46Dear All, I�m currently trying to get a new board up and running. I keep ending up in the Hardfault Handler with an undefined instruction. Seems that the stack pointer is somehow pointing to somewhere out of the...
Posted on April 19, 2014 at 15:48Hello, Excuse my basic question, I really tried to figure this out by reading RM0090 and STM32F427xx/STM32F429xx Datasheet (DocID024030 Rev 3) but I'm just playing poke&hope. I want to create a PWM and count the risi...
Posted on April 15, 2014 at 15:06Dear All,I'm initialising the DCMI and DMAing camera data fine. The problem comes when I reset and then re-initialise the DCMI after disabling and then re-enabling the camera. The DCMI doesn't seem to wait for the fi...
Posted on April 19, 2014 at 10:54Hi all, I'm curious about prescaling APB1 for the STM32F4. I'm building a triangle wave generator and frequency meter, for which it is conveniant for me to have a high as possible clock frequency for Timers 4 and 6....
Posted on May 21, 2010 at 17:55Pong game or composite video for STM32 #cortex
Posted on April 17, 2014 at 02:26 I finally got ADC to work, so I went overboard and enabled 6 adc channels plus the temp, vref and vbat all on ADC1. Problem is when its running my data coming out of dcmi seems to get garbled. I know its...