User Activity

Hi,my name is Davide Urbano and I'm using STM32CubeIDE making only C projects; now I'd like to create a C++ project so going to File->New ->STM32 Project and selecting my stm32 mcu, I check for a C++ language project. The project created has only C f...
Hi to all,I recently started to work on NUCLEO-L4R5ZI-P evaluation board; for my first tests I decided to test the current consumption using the JP5 jumper. I put an external 8MHz oscillator on X3 and using a pre-defined test project I tried to go in...
Posted on July 02, 2018 at 11:26Hi to everyone,I'm working on STM32F411 and I'm wondering if it's possible at the start of a code, detect if a new flash code is in progress to stop the code execution and wait for the flash. This strange problem is d...
Posted on April 18, 2018 at 12:00Hi to all,I'm working with an SPWF04 wifi module linked on NUCLEO F411RE board, using MQTT protocol; all works perfectly but I'm wondering if there is a maximum length (in byte) for a MQTT published message. So, when...
Posted on January 31, 2018 at 09:37Hi to all,I'm working on SPWF04 wifi module and, even I read all at possible commands, I don't find how to disable the automatic wifi connection to an access point on start-up. Please, could anyone suggest me ho do...