STMicroelectronics / STM32CubeF7

STM32Cube MCU Full Package for the STM32F7 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 Discovery Kits))
Other
320 stars 191 forks source link

Fix the bug that HAL_NAND_Read_Page_8b and HAL_NAND_Read_SpareArea_8b cannot read data normally. #103

Closed huoxingdawang closed 6 months ago

huoxingdawang commented 10 months ago

This PR fixed the issue https://github.com/STMicroelectronics/stm32f7xx_hal_driver/issues/6 .

By changing the *buff = *(uint8_t *)deviceaddress; to *buff = *(__IO uint8_t *)deviceaddress; , now the data could be read correctly.

TOUNSTM commented 6 months ago

Hello @huoxingdawang,

Thank you for your contribution. As this pull request contains changes unrelated to the fix, we will focus our response in this pull request https://github.com/STMicroelectronics/stm32f7xx_hal_driver/pull/7.

Please allow me to close this thread.

With Regards,