User Activity

Posted on January 09, 2018 at 19:15I am trying to use CubeMX on ubuntu but as explained in previous posts I can't see the ok and cancel buttons in the project settings dialog, so I can't click them with the mouse.  In windows  I can tab to the butto...
Posted on November 30, 2017 at 17:32I am having the same issue with STM32CubeMX 4.23.0 that I had with the previous version. Having upgraded to Ubuntu 17.10 I can't select the ok button to set my Project settings in CubeMX. Any ideas on how I can se...
Posted on October 22, 2017 at 22:14Having upgraded to Ubuntu 17.10 I now can't select the ok button to set my Project settings in CubeMX. Any ideas on how I can select the ok button ?
Posted on October 17, 2017 at 19:04The code generated for an F303CCTx LL Active level Inversion of USART1 RX is :-LL_USART_SetRXPinLevel(USART1, UART_ADVFEATURE_RXINV_ENABLE);which doesn't compile. Where as I think it should be :- LL_USART_SetRXPinL...
Posted on May 11, 2017 at 17:43I am trying to implement  '2.2.2 Method2: Using the system timer and USART receive interrupts' from the following document on an F767ZI Nucleo board.http://www.st.com/content/ccc/resource/technical/document/application...