User Activity

Installed the X-CUBE-AZRTOS-L4 package with the CubeMX "Install software packages" function. Looks like it is installed.Starting a new Project with an STM32L4 device does not show the Azure RTOS Middleware options. Bug or what I am doing wrong?!
I set up DMA with USART in CubeMX 5.0.1 but it is not working correctly....When callingHAL_UART_Receive_DMA(&huart1,USARTBuffer,10);Only the first [0] field of my array changes and contains a received char. All other fields stay untouched. After that...
I found a bug the HAL CRC Module... First of all... when you enable the CRC Module with CubeMX 5.0.1 the MX_CRC_Init() is empty and the peripheral is not initalized!I wrote all the code manualy or copied it from the old CubeMX 4 generated code...This...
On this site is stated that the STM32L431CC 48-Pin Package has an SDMMC interface... https://www.st.com/en/microcontrollers/stm32l431cc.htmlBut when have a closer look to the HW Manual, the AF functions are only avail at PORT C and PORT D... witch im...