Hello,DescriptionI have created a custom container to have the same stuff displayed at top of the screen, whatever the active screen is.In this custom container there's a text area tVersFw (with a wildcard and a wildcard buffer) which has to show a c...
Hi. I tried to modify the demo that comes with the STM32U5A9J-DK.When I modified display orientation (Config->Display->Display orientation in TGFXD) I found that it's not handled correctly. In the "SVG" screen there's a couple of logos which should m...
Posted on March 28, 2018 at 19:27When generating code using LL libraries for an STM32L011F4Ux MCU, I found that enabling DMA for USART2 RX and TX and selecting DMA channels 2 and 3 makes the Cube create non working code.I checked the RM for this MCU...
Posted on May 02, 2017 at 16:10
Hello,
today I updated my Cube libraries to the last release and I found that in stm32f7xx_hal_can.c the HAL_UNLOCK is missing, in HAL_CAN_Receive_IT().
HAL_StatusTypeDef HAL_CAN_Receive_IT(CAN_HandleTypeDef*...
Posted on March 16, 2017 at 10:54
I found a bug in the new Cube Version.
At line 1 internal oscillator is enabled although it is not used, in fact it is not actived:
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTY...
Hi Amel and thanks for your reply.I updated CubeMX and regenereated the code but the issue is still present.I applied @JStor.2 suggestion to make the solution permanent.
Also with STM32L0, Cube 6.3.0 and libraries V1.12.1, if MX_USART1_UART_Init();precedes MX_DMA_Init();then bit MINC in DMA CCR register is not set and DMA reception doesn't work