User Activity

Posted on March 19, 2018 at 16:04I have a project for the L452 where I use MSI as the PLL input to generate SYSCLK and use PLLSAI1 to generate clock for the SAI1 peripherial. In my case, PLLM is 1 and it is set correctly for the SAI1 PLL but the gen...
Posted on September 28, 2017 at 10:00Using CubeMX with CubeL4 1.9.0, I have the following problem.I'm using FreeRTOS with tasks defined as either weak, or external (weak is only used because the default task cannot be external for whatever reason). ...
Posted on August 24, 2017 at 13:24LL_ADC_Init in CubeF0 contains a check for ADC_InitStruct.Clock, which is not used in the function. CubeMX does not generate a value for ADC_InitStruct.Clock and thus the assert in LL_ADC_Init fails.ADC_InitStruct.C...
Posted on July 14, 2017 at 10:21Hi!I've migrated one of my projects to CubeL4 v1.8.1 and regenerated my configuration using CubeMX. After that, my project did not compile and I noticed that the cmsis drivers were missing. After a bit of investigatio...
Posted on June 01, 2017 at 17:25I'm trying to use SPI with DMA on an L4 chip. The firmware configuration is generated by CubeMX, and it has 4 calls that check for valid DMA handles. One of these calls is:assert_param(IS_SPI_DMA_HANDLE(hspi->hdmatx))...