2020-07-24 12:46 AM
Function : uint32_t SD_UltraHighSpeed(SD_HandleTypeDef *hsd)
bug : Array Bounds Write
code :
uint32_t SD_hs[16] = {0};
if (__HAL_SD_GET_FLAG(hsd, SDMMC_FLAG_RXFIFOHF))
{
for (count = 0U; count < 8U; count++)
{
SD_hs[(8U*loop)+count] = SDMMC_ReadFIFO(hsd->Instance);
}
loop += 8U;
}
Solved! Go to Solution.
2020-09-29 06:50 AM
Hi,
Sorry for late reply and miss of this post.
Thanks to raise this up !
Issue escalated for fix in next release
Olivier
2020-09-29 06:50 AM
Hi,
Sorry for late reply and miss of this post.
Thanks to raise this up !
Issue escalated for fix in next release
Olivier