No response from the DTC(''Data Transfer Component
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 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...
Posted on May 02, 2014 at 06:51 hi, i am very new to stm32,i have to make jtag connection also for debugging and programming. i have concerned with stm32f030R8t6 disco schematic but i was unable to find more detail about 20pin jtag as its using st_l...
Posted on April 28, 2014 at 15:36 Hi there, I am struggling capturing WXGA(1280x1024) images with STMF429 and ov2640 (from STM324x9I-EVAL1 board). SDRAM bandwidth looks just enough to cope with DCMI data and I often catch DMA FIFO errors (sh...
Posted on March 16, 2012 at 13:33 i am using eCos for my app. i have STM3210E-EVAL board. in my app there is one thread(toggle LED) and external interrupt on PG8. when button is pressed(PG8) another LED should blink once.but nothing... ...
Posted on May 03, 2014 at 07:35hi, i'm using a stm32f4 board. and i want to write a program with ecos embeded system that when i push user button, an interrupt will trigerd and do something. i find the function cyg_interrupt_create(), but i need a ...
Posted on May 03, 2014 at 18:56 Hello, somehow i can't find way to do software trigger to start DMA transfer of memory array to dac. Original idea is to fill data array with my wavefrom, and use software trigger to start DMA transfer. Origin...