Driving_motor_using_pwm
Posted on April 25, 2014 at 08:44The 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 25, 2014 at 08:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 30, 2014 at 04:29Excuse me, I want to ask, can I know duty cycle of PWM without using TIM? I thought if I can read the time of PIN either in high or low logic and then divided by period. So I can measure the duty cycle. Assumption : ...
Posted on April 30, 2014 at 00:28Guys, Is it possible for me writing NAND flash via USB ? I can write to SD card via USB, and I reckon there's possibility on writing to NAND flash, but are there any smaller chips which can do that ? small STM32 with...
Posted on April 29, 2014 at 03:47Hi,I am running the peripheral example of DAC on Discovery F303VC board, and I cannot figure out how sample rate can be adjusted. My assumption is that it has to do with the following part, but the number (in red) is...
Posted on April 11, 2014 at 11:21Guys, Does anyone of you have experience on decoding bmp ? I want to display bmp file to my LCD... Any clues ? thanks #i-have-a-clue
Posted on April 29, 2014 at 23:05 Greetings, I have a project running with the STM32F205RCT6 and currently have PWM running according to the following configurations: TIM1 -- Channel 1 - GPIOA-8 TIM1 -- Channel 2 - GPIOA-9 TIM1 -...
Posted on April 25, 2014 at 02:40I have the cool STM32F429 discovery board. I am wanting to use the FW_Upgrade project as a test system for my own product release but I am having a problem getting started. The FW_upgrade project comes with the softw...
Posted on April 29, 2014 at 17:16[STM32F107RC]I use MCO pin for generating RMII clock.I want to activate USART1 too.(I only need RX,TX,RTS and CTS pins of USART1)USART1_CK is duplicated with MCO pin and I dont need USART1_CK.(remap is not possible)I...
Posted on January 21, 2014 at 05:59I debug my C programs in Eclipse + GDB + OpenOCD by ST-Link/V2 (SWD), it works good.In my programs printf retargeted to ITM_SendChar (Instrumentation Trace Macrocell), and I can see debug strings (printf) in Serial...
Posted on April 20, 2012 at 07:39 This Project might be interesting, is the CDC Usb Virtual Port Example - that I modified to return ADC Reading values, and provide a simple Commands Shell Example, - which allow Reading and Writing of individual...