User Activity

Posted on July 13, 2017 at 10:00Hello! I bought evaluation board: stm32f723e-discoI want to communicate stm32f723e-disco with PC through USB cable through virtual com-portI use Keil as IDE.Where can I find example project to start working with usb?T...
Posted on July 13, 2017 at 09:16Hello! I bought evaluation board: stm32f407discoveryI want to communicate stm32f407discovery with PC through USB cable through virtual com-portI use Keil as IDE.Where can I find example project to start working with u...
Posted on May 11, 2017 at 15:25Hello!I have CC3100BOOST and STM32F4-Discovery.I installed IAR, CC3100SDK v 1.2.0, STM32Cube_FW_F4_V1.16.0.Copied the folder 'Drivers' from 'STM32Cube_FW_F4_V1.16.0.' to folder 'C:\TI\CC3100SDK_1.2.0\cc3100-sdk\platfor...
Posted on April 06, 2017 at 23:50Hi all!I want to study the ethernet on STM32F407!I have the working board with lan8720, stm32f407 and LEDI connected this board to PC through Ethernet cable/First, I want to know,,that frames from PC are written to R...
Posted on November 25, 2016 at 07:04Hi!I have STM32F103C8 and want to configure SPI1!I wrote the program//spi1_mosi-pa7,spi1_miso-pa6,spi1_sck-pa5,spi1_nss-pa4#include ''stm32f10x.h''int main() { RCC->APB2ENR=RCC_APB2ENR_IOPAEN; RCC->APB2ENR|=RCC_AP...