STM32CubeL5
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...
# 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...
**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.
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...