STM32CubeL4
STM32CubeL4 copied to clipboard
STM32Cube MCU Full Package for the STM32L4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discov...
**Describe the set-up** * Custom board with STM32L431RCTx. * CubeIDE 1.15.1, L4 drivers v 1.18.0 **Describe the bug** Reading from an SdCard **hangs** with the following conditions: **SDMMC_DCTRL**.DMAEN = 0...
**Caution** At the return point of ES_WIFI_HardResetModule It requires the return value of `Obj->fops.IO_Init` (i. e. if it's set, `SPI_WIFI_Init`) as `ret >0`. However, when mode passed to `SPI_WIFI_Init` is...
Hello, The es-wifi driver is used twice here for the B-L475E-IOT01A and B-L4S5I-IOT01A and additionally in the X-CUBE-GNSS package at https://github.com/STMicroelectronics/x-cube-gnss1. While it's not really a big library and so...
This pull-request fixes an issue with the `ES_WIFI_StartClientConnection` function when using UDP socket: commands P3 and P4 (respectively to set remote IP address and port) must be executed not only...
**Set-up** * STM32L496 MCU with I2C device which required I2C-memory transfer (`HAL_I2C_Mem_Write_IT` /` HAL_I2C_Mem_Read_IT`) * STM32CubeIDE Version: 1.16.0 * STM32CubeL4 MCU Firmware Package 1.18.0 **Describe the bug** In case of...
**Describe the set-up** STM32L496VG, ICCARM v8.32, STM32Cube_FW_L4_V1.18.1. **Describe the bug** The problem was described and solved earlier in the STM32CubeF7, see [STM32CubeF7/issues/19](https://github.com/STMicroelectronics/STM32CubeF7/issues/19), [STM32CubeF7/issues/21](https://github.com/STMicroelectronics/STM32CubeF7/issues/21). In STM32CubeL4 this problem is also present...
**Describe the set-up** The device based on STM32L496VG with high load application. ICCARM v8.32, STM32Cube_FW_L4_V1.18.1. **Describe the bug** Writing to an SD memory card using SDMMC+DMA sometimes times out in...