User Activity

Hello,I wanted to use the CORTEX_M4F_STM32F407ZG-SK demo of free rtos with stm32f401cc. In the past I have used this demo with stm32f405rg, I have changed the PLL setting for 84Mhz as:// in stm32f4xx.h#define HSE_VALUE  ((uint32_t)25000000)// in syst...
Hello,I wanted to know some suggestion regarding a project, and adding FOTA support in it.The project is stm32f405 based and it configures the gsm module as a server and one can make request and get response using https request.I wanted to update the...