User Activity

Posted on March 18, 2016 at 10:54There is a crypto library offered for download from ST official site here: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1920/PF262570However when I try to get the library the link just drops me to ...
Posted on October 08, 2015 at 17:00My goal is to build a very simple HTTP server provided by the MCU.With CubeMX I generated out an MDK-ARM project using the LWIP stack on Ethernet PHY with RMII.Ethernet links up with 10Mb/s, but on some reason the ...
Posted on September 12, 2015 at 00:46Hi All,I'm trying to build an application which can receive commands through UART, and can also send messages.I have created 2 threads using FreeRTOS: one for a continuous RX, and one for a repetitive TX.The RX t...
Posted on November 25, 2014 at 01:21Hi All,I'm using the tools as per the subject.Can you advise how I can configure printf to trace to a serial terminal?Currently I'm using a Nucleo board (Nucleo L053R8) but soon I'm moving on to Discovery (STM32F4...
Posted on November 25, 2014 at 01:16Hi All,I'm just starting up on development for STM32 Cortex M0 and M4, trying to use the CubeMX with MDK ARM to develop a simple communication protocol over rs485.However I could not find confirmations for my ques...