User Activity

This article aims to show some methods to set up STM32 project firmware to be able to execute a part or the entire firmware into embedded SRAM memory.Generally, STM32s execute user code directly from their embedded flash memory.Thanks to the mechanis...
Posted on August 03, 2016 at 10:48 Hi All, Well, I started playing with a ESP8266-01 module with the latest firmware AT Expressive. Now I did communicate a STM32L476 (UART 115200 which is the default baud rate of ESP8266). I use a code g...
Posted on June 20, 2013 at 22:30Hi, I'm desperate to not achieve my project with the internal temperature sensor of STM32F0 For now I try to read the sensor factory calibration data stored in the system memory by simple pointer that way. (53) uint...
Posted on July 05, 2011 at 23:43 Hi All, I do not understand the process of frequency selection HSE in the following lines : # if defined ( STM32F10X_LD_VL ) | | (defined STM32F10X_MD_VL ) / * #Define SYSCLK_...
Posted on January 28, 2011 at 10:39 Hello, I try to debug and simulate the discover project on MDK-ARM evaluation IDE. I have no hardware. So i just want to test debug and simulation. Here below the error message after build and start ...