STM32F407VG
Posted on May 05, 2014 at 12:44HI,It is possible to use the graphical library from ST to create a graphical application with STM32F407? What about the LCD ?Best Regards ,
Posted on May 05, 2014 at 12:44HI,It is possible to use the graphical library from ST to create a graphical application with STM32F407? What about the LCD ?Best Regards ,
Posted on May 02, 2014 at 21:34Hello everyone, I have a PWM signal generated from an external source and I want to create a reference signal from this one. First this signal is of constant duty cycle (I want to create a reference signal here), ...
Posted on May 05, 2014 at 21:41The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 27, 2014 at 19:56Hi I'm working on STM32F401 disco EVB with the Standard Peripherals Library,Where i can find a working example on I2C slave?
Posted on May 05, 2014 at 21:04Howdy, On the STM32F103, if I configure PB15 as AF_PP, and SPI2 as CPHA=0, CPOL=0, then enable SPI transmit a few words, and then disable SPI2, would the output on PB15 stays at the last state (which is 0 because CPO...
Posted on April 14, 2014 at 12:08hi,I am using STM32VCT6 and RIDE7,when I try to debug there is an error ''No response from the DTC(''Data Transfer Component'')''can you help me?
Posted on May 05, 2014 at 17:04Hi,I'm trying to config wake up from deep sleep (STOP mode) in STM32F030 for 1350 milli seconds.I've found a way to wake up in resolution of seconds with the Alarm with the following code: RTC_TimeTypeDef RTC_TimeS...
Posted on May 05, 2014 at 15:53Hi, I'm trying to make the USB HS interface work in FS mode with the STM32F207.I am using Keil uVision with the corresponding Middleware.First of all, the F207 has two USB interaces: FS and HS.FS works just fine with m...
Posted on December 11, 2013 at 08:19The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on May 04, 2014 at 08:55 Hi everyone, I am using stm32F429 discovery boad to learn STM32 MCU. I tried to ask MCU read a voltage from ADC port(with DMA) and transfer that value to a DAC output(without DMA), just for me to familiar with...