STM32 MPUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Why two separate TF-A binaries in BSP 2.0.0

I have noticed that in BSP 2.0.0, two different TF-A binaries are built, one installed as fsbl and one used only for communications with STM32CubeProgrammer (the "serialboot" binary). I believe this was not necessary in BSP 1.2.0, where a single TF-A...

Resolved! STM32MP157A-EV1,SD HAL library bug

Function : uint32_t SD_UltraHighSpeed(SD_HandleTypeDef *hsd)bug : Array Bounds Writecode : uint32_t SD_hs[16] = {0};   if (__HAL_SD_GET_FLAG(hsd, SDMMC_FLAG_RXFIFOHF)) { for (count = 0U; count < 8U; count++) { ...

李放.1 by Associate II
  • 378 Views
  • 1 replies
  • 2 kudos

Resolved! TF-A: "Clock 85 can't be enabled"

I'm having trouble with TF-A. I'm trying to build a custom distribution for the STM32MP153AAC, but I can reproduce the issue I'm having by using STM32MP157C-DK2 as a base.The differences between DK2 and my board is that the PMIC is connected to I2C4 ...

CubeMX breaks TF-A

When building a custom machine for the STM32MP153AAC (using yocto), the device tree generated by CubeMX for the TF-A creates the following output:NOTICE: CPU: STM32MP153AAB Rev.B NOTICE: Model: STMicroelectronics custom STM32CubeMX board INFO: R...