User Activity

Posted on May 30, 2014 at 17:33I am working on STM32F103 with an external flash memory chip via SPI. I use a very simple data format for storing data onto the flash memory, each record is 16 bytes, all records are saved sequentially. The problem is ...
Posted on February 21, 2013 at 22:48Hi, I am having a hard time to make USART RX work in DMA mode. I am using SMT32F103, just want USART2 to communicate with serial monitoring software like hyperterminal... I have had USART2 TX working in core drivn...
Posted on January 24, 2013 at 00:26I am using STM32F103RF chip, in the startup folder I see a full list of startup_stm32f10x_??.s files, which one is suitable for my case?
Posted on December 04, 2012 at 19:17I noticed on the STM3210E-EVAL board design and in the demo code GPIO port A was defined as AF for SPI1 and for USART. The chip select pin for the SPI flash memory was defined as pin 2 in GPIO port B. Does it mean...