STM32CubeL5 icon indicating copy to clipboard operation
STM32CubeL5 copied to clipboard

STM32Cube MCU Full Package for the STM32L5 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...

Results 3 STM32CubeL5 issues
Sort by recently updated
recently updated
newest added

# Setup * STM Cube IDE v 1.5.0 on PopOS 20.04 LTS (based on Ubuntu) * NUCLEO-L552ZE-Q board (not really relevant) # Description when building the Secure Loader Project, the...

bug
internal bug tracker
projects

**Set-up** * Board: STM32L562E-DK * IDE: All. **Description** The implemented HAL_Delay(), [here](https://github.com/STMicroelectronics/STM32CubeL5/blob/master/Projects/STM32L562E-DK/Applications/FatFs/FatFs_uSD_TrustZone/Secure/Src/main.c#L346) and [here](https://github.com/STMicroelectronics/STM32CubeL5/blob/master/Projects/STM32L562E-DK/Applications/FatFs/FatFs_uSD_TrustZone/NonSecure/Core/Src/main.c#L267), does not appear to use the timer tick to count for the delay supposedly in milliseconds.

bug
internal bug tracker
projects

The stm32L5 supports the DOUBLE BUFFER Mode for DMA transfer The CUbe API to configure and set the address is for memory **target 0** only LL_DMA_ConfigAddresses or LL_DMA_SetMemoryAddress are for...

internal bug tracker
hal