User Activity

Posted on April 25, 2017 at 10:16Hi All,I am fighting with F429nucleo and ethernet interface. The example of firmware works well (lwip webserver).There is a pin PG2 RMII_RXERR which I cannot configure with CubeMX.On CubeMX PG2 cannot set to ethernet...
Posted on April 19, 2017 at 14:42Hi All,How can I install a new firmware package to stm32CubeMX. I tried to install X-NUCLEO-IDW01M1 which is a wifi driver firmware package. I downloaded the file (en.x-cube-wifi1_firmware.zip) and I tried to install...
Posted on December 28, 2016 at 18:42Hi All,Maybe something went wrong on the new FirmWare template, because it generates the make command without double quote around  __weak= and __packed= switches like this:arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb...
Posted on November 29, 2016 at 12:43Hi All, I need to use an stm2f411 embedded flash as little file system. There will be about 20 small files on it. I found the uffs file system which is seems to be good for this. I found some information in stm32...
Posted on October 30, 2016 at 10:11 Hi All, I would like to use a queue to send printf outputs to a serial port. When I try to send something into the queue, its freezes after 3rd character. Here is the queue init code: st...