mini stm32 dev board
Posted on January 20, 2012 at 12:11mini stm32 dev board #assert-param-stm32periph_library #stm32f103-dev-board
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 20, 2012 at 12:11mini stm32 dev board #assert-param-stm32periph_library #stm32f103-dev-board
Posted on January 21, 2012 at 15:58Hi all! :D I've been playing around with the SMT32F4-Discovery and generating signals for driving a VGA monitor using two timers (vsync and hsync) and pure software for pixeldata (no DMA). I've gotten this far http...
Posted on January 05, 2012 at 15:52Hi, I have the MCBSTM32F400 development board - this worked fine up to now. Now I wanted to write some new complex application (trying to ''re-target'' a USB MSC example of ST for this board). When I loaded the new...
Posted on January 18, 2012 at 17:19 .
Posted on January 20, 2012 at 05:12I have STM32F207 connected to the Aptina camera module. I use DCMI->DMA->PSRAM. I configured DMA in dual buffer mode to capture full resolution (5 MP). Capture is single shot. The problem I see is as follows: 1st c...
Posted on January 18, 2012 at 18:11We were able to port the CodeSourcery uCLinux kernel for the STM3210E-EVAL to our target hardware employing an STM32F103. A few tweaks to the kernel source and config files were required to accomplish this feat. ...
Posted on January 19, 2012 at 17:08I'd like to show in this thread how to establish a secure connection to an STM32F2 MCU using the 'dropbear' SSH daemon running on the STM32F2 target under uClinux. Ability to connect to an embedded device via a se...
Posted on May 06, 2011 at 12:36Change device USB properties for DFU Mode
Posted on January 18, 2012 at 12:40Hi all, I need an expert advice. How to poll for ACK from addressed Slave device? The background is, if the setup has a variable count of slaves and how to get the available slaves? The second case is the M24C64 EE...
Posted on January 18, 2012 at 04:38 I have set up my toolchain under WinXP like that: 1. downloaded codesourcery LITE g++, installed it 2. downloaded Eclipse with C/C++ support 3. downloaded GNU ARM PLUGIN for Eclipse, and instal...