User Activity

I am writing code for the STM32F031K6T6 MCU using the Keil uVision. The IDE information is shown in the image below: The C/C++ options for Target are configured as shown here: I started a new project, selected the chip, and configured the run-time en...
Posted on March 29, 2018 at 11:25I am using DCMI peripheral to drive camera modules. At this point, I am able to obtain images with 320x240, 16 bits/pixel. I am working with a display connected via FSMC to the MCU and the display already provides en...
Posted on December 20, 2017 at 13:04Hi, everyone.I2C peripheral has been initialized with STM32CubeMX according to the picture bellow:I am using I2C1, pins B9 (data) and B8 (clock) in STM32F4 - Discovery. The device�s address is 0x60 (Says the datas...
Posted on November 03, 2017 at 02:51Hi, everyone.FSMC provides some memory space for interface with external memory, but can I use it only to store data without connecting with an external device?If not possible, what would be the most appropriate w...