User Activity

Posted on April 10, 2018 at 06:06Anyone has ever tried to install and play with an C++ arduino oriented  IDE that uses arduino libraries but implemented for STM32 micros?Have you ever heard of Sloeber?http://eclipse.baeyens.it/ Seems interesting!
Posted on April 11, 2017 at 18:00I'm new on stm8 and I would like to start to make new dev using stm8cubeMX.Do you what best free IDE that'll be compatible with stm8cubeMX?Thanks in advance.
Posted on April 11, 2017 at 11:50I'd like to be able to output printf string on the Serial Wire Viewer window during the debug on SW4STM32. I've followed the tutorial in the in Help >> Help Contents >> SystemWorkbench for STM32 User Guide >> Advance...
Posted on March 02, 2017 at 09:21I encounter debug problems when trying  to make blink an LED of a board that include a STM32F103C8T6.I set up the hardware firmware (GPIOs) with the program STM32CubeMx, and wrote two lines code to make the led blink...
Posted on February 09, 2017 at 12:12Hi, I'm beginner and I started by a blink project using SW4STM32 along with STMCubeMx libraries set up for my board which is the STM411RE board.It  works well using the following lines in the main while loop:     ...