User Activity

So the question is: Whats the best way to import an example project into CUBEIDE and have access to the CUBEMX view?Background:I want to use one of the STM32 examples with CUBEIDE. Specifically the example is "LwIP_HTTP_Server_Netconn_RTOS". Anyways ...
I am using  LWIP with FREERTOS. I see that CUBE has put the LWIP init function in the default thread but it did does not create the MX_LWIP_Process(); that you would normally call in the always loop if useing LWIP without freertos. Is this just a bug...
I have a 10 mhz external clock. I want to generate a phased locked division down to 1hz exclusively with timers. In my current test setup I am generating the 10mhz using TIM1 from the internal clock (this is to simulate the external clock). I am putt...