User Activity

Hi,I am trying to compile a generated Makefile project on an Ubuntu machine (18.04 LTS). The compilation works fine on Windows 10.But on Ubuntu, I get the following error:kai@ubuntu:~/workspace/makefile_test$ make arm-none-eabi-gcc build/main.o build...
Hi everyone,I am trying to get USART3 running on my STM32F429I-DISCO board. USART3 is configured with the following configurations:Mode: AsynchronousHardware Flow Control: DisableBaudrate: 115200, Word Length: 8, Stop Bits: 1GPIO: PD8 = TX, PD9 = RXI...
Posted on June 26, 2017 at 11:49Hi,I want to use STM32CubeMX and I would like to program my new project in C++. I am using the latest version of STM32CubeMX (4.21.0) and the latest version of Keil uVision (5.32.0.0).After code generation I have adde...
Posted on February 16, 2017 at 15:49Hi,I am having trouble to synchronize the start of two or more timers at the same time. Reading the manual, I figured out that, I have to select one timer as master timer with master configuration 'Enable' ('the c...
Posted on February 15, 2017 at 15:07Hi,I want to generate a square wave using Timer mode TIM_OCMODE_ACTIVE. I have generated the code using STM32CubeMX and I am using a STM32F429I Discovery Board.The output pin is always 'HIGH'. For TIM_OCMODE_INACT...