Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

Conversation

huoxingdawang
Copy link

This PR fixed the issue STMicroelectronics/stm32f7xx-hal-driver#6 .

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

@ALABSTM ALABSTM added bug Something isn't working hal HAL-LL driver-related issue or pull-request. labels Sep 15, 2023
@TOUNSTM TOUNSTM added internal bug tracker Issue confirmed and logged into the internal bug tracking system duplicate This issue or pull request already exists and removed internal bug tracker Issue confirmed and logged into the internal bug tracking system labels Dec 15, 2023
@TOUNSTM
Copy link
Contributor

TOUNSTM commented Dec 15, 2023

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 STMicroelectronics/stm32f7xx-hal-driver#7.

Please allow me to close this thread.

With Regards,

@TOUNSTM TOUNSTM closed this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists hal HAL-LL driver-related issue or pull-request.
Projects
Development

Successfully merging this pull request may close these issues.

4 participants