Next STM32 Devices update?

Sysprogs forums Forums VisualGDB Next STM32 Devices update?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31933
    arrow201
    Participant

    Hi,

    Curious when there might be an update to the STM32 Devices? It’s currently at 2021.02, the latest version in “Managed VisualGDB Packages”. In short, I want to use the “new” “HAL_UARTEx_ReceiveToIdle_DMA” call, which should be in stm32f1xx_hal_uart.c, but it’s not in a VisualGDB’s stm32f1xx_hal_uart.c, included with the project. I prefer to wait for the official package and not to do any sort of workaround.

    Thanks!

    #31945
    support
    Keymaster

    Hi,

    We usually release updated BSPs when the underlying SDKs get major updates. ST has recently been mostly focusing on the wireless devices (e.g. STM32WL) and changing the structure of the STM32CubeMX projects, so we accommodated it via the separate STM32WL BSP and updates to our STM32CubeMX integration.

    The regular STM32 BSP was somewhat a lower priority due to mostly minor changes, some of them causing issues with the auto-imported sample projects. That said, we have resolved these issues by now and will be releasing the updated BSP early next week after it passes another round of tests.

    We also confirm that the STM32F1 HAL in the new BSP contains the HAL_UARTEx_ReceiveToIdle_DMA() call.

    #31947
    arrow201
    Participant

    Thank you very much for the update! 🙂

    #31961
    support
    Keymaster

    No problem. BTW, the new BSP has passed all the tests and has just been released. You can install it via VisualGDB Package Manager as usual.

    It also includes out-of-the-box support for AzureRTOS (ThreadX, FileX, LevelX, UsbX) thanks to the ST’s new X-CUBE-AZRTOS packages.

    Also feel free to try out the new VisualGDB build that automatically recognizes and displays ThreadX threads (Custom edition and higher): VisualGDB-5.6.102.4517.msi

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.