User Activity

Posted on March 24, 2018 at 09:40   Hi All,I am newbie with STM32CubeMX(Although on STM32F10x old libraries, along with CooCox, I have been working for last 6 years). I created a simple GPIO Toggle Project (Keil MDK-ARM) for STM32f103RET6. I configu...
Posted on February 17, 2017 at 06:28Hi,I am using STM32F103. I have configured my clock at 72 MHz as shown in the below code--RCC_DeInit(); msDelay(10); RCC_HSEConfig(RCC_HSE_OFF); msDelay(10); RCC_HSEConfig(RCC_HSE_ON); while(1){ HSEStartUpStatus =...
Posted on August 16, 2016 at 09:56Hi all,Is there a way to calculate the size of used RAM at running time. So that I can calculate how much RAM is still available for use. Actually I have to show used RAM in percentage to my product customer.
Posted on March 26, 2016 at 09:46Dear All, I am facing a very strange problem in STM32F103RET6. It is showing completely random behavior on Power Reset. On some PCBs it RESET on every power Reset, while both PCBs have same hardware(means identical h...
Posted on January 30, 2016 at 13:43Dear Forum Members, I am using STM32f103 custom board. I have divided my flash into 2 parts, one for custom bootloader and other for application(as explained in ST IAP example). Now I want to made boot loader secti...