does STM32F207 USART6 and USART3 has DMA support?
Posted on March 01, 2013 at 05:53Hi,Could anyone please tell me if STM32F207 USART6 and USART3 has DMA support?Thanks & regards,Sushil
Posted on March 01, 2013 at 05:53Hi,Could anyone please tell me if STM32F207 USART6 and USART3 has DMA support?Thanks & regards,Sushil
Posted on February 28, 2013 at 16:47Hi,I'm developing a self powered USB FS Peripheral Only Device. To detect a USB cable connection to Host I assume to use SRQINT bit in OTG_FS_GINTST register.But for some reason I can not initially clear this bit....
Posted on March 01, 2013 at 06:03Hello! I want to use STM32F105 in time triggered communication mode (RM0008, p637). In this mode internal counter used to capture sample point of SOF. The question is how can I use this counter: clear, read, write an...
Posted on February 28, 2013 at 22:55I am getting a Hard Fault in FLASH_ReadAccess64Cmd(ENABLE). The line is FLASH->ACR |= FLASH_ACR_ACC64; When I cold boot, it seems to work fine, but if I reset in the debugger it can't seem to get by this function....
Posted on October 22, 2012 at 01:12The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 27, 2013 at 12:57Hi, Is there any way of assigning the IP address Dynamically (as it is done in the computers network configuration) im using stm32f107rb .... If it is possible then could you please tell me about that thing......
Posted on February 28, 2013 at 11:39Sorry about my ques, but i have a problem with error: ..\main.c(24): warning: #1-D: last line of file ends without a newline Please help me. Thank
Posted on February 26, 2013 at 17:41Hi, I'm new to Cortex M3. I've a custom boot working correctly: first I erase the 32K flash and after I write the memory with no problems.I need to activate the Independent Watchdog, and when I do it the microcont...
Posted on April 17, 2012 at 15:01Hi, I want to capture a signal with 30Hz frequency by a timer input capture. The timer is already working but the measured frequency is not 30Hz. I always measure a frequency of 29.85Hz or 30.3Hz. Are there any mist...
Posted on November 23, 2012 at 03:16 Hi all, Bit of a strange one... When i include this line in one of my C source files, my software no longer starts up after reset correctly (jumps off into no-mans land). const unsign...