Posted on February 02, 2017 at 09:31I found several posts like http://www.openstm32.org/forumthread339, using syscalls.c, but I don't have this file in my project... I generate the code with CubeMX v4.18.0.#qt-creator #cubemx #stm32 #arm-none-eabi
Posted on December 23, 2016 at 15:23
I'm trying to blink a LED on a Nucleo-L476 with CubeMX and ST's HAL. It worked perfectly on Windows (System Workbench). Now, I'm trying to do the same on Linux with CubeMX and Qt Createor (my favorite IDE) and...
Posted on December 22, 2016 at 13:14
I'm trying to blink a LED on a Nucleo-L476 with CubeMX and ST's HAL. It worked perfectly on Windows (System Workbench). Now, I'm trying to do the same on Linux with CubeMX and Qt Createor (my favorite IDE) and...
Posted on January 31, 2017 at 14:13Hi,In my case (simple USB CDC project I made myself on a Nucleo-64 board), Linux would not enumerate the device.The solution was the trick on p. 7 of the PDF referenced by Jennifer : edit usbd_conf.c and changehpcd...
Posted on December 30, 2016 at 23:35Bravo Jan !You pointed at the right thing ! Indeed, the IDE was doing things in my back. Anyways, once you know where to look, it suddenly gets much easier to find the https://forum.qt.io/topic/64276/qbs-how-to-re...
Posted on December 26, 2016 at 12:13 Hi, I downloaded the last compiler from the location pointed by . Sorry for messing things up. This time, I attached a single tar file with the full project file under L4_blinky/ and the corresponding buil...