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

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

huoxingdawang
Copy link
Contributor

@huoxingdawang huoxingdawang commented Sep 7, 2023

This PR fixed the issue #6 .

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

Additionally, I have signed the CLA as required by CONTRIBUTING.md.

@ALABSTM ALABSTM linked an issue Sep 15, 2023 that may be closed by this pull request
@ALABSTM ALABSTM added bug Something isn't working hal HAL-LL driver-related issue or pull-request. labels Sep 15, 2023
@TOUNSTM TOUNSTM added the internal bug tracker Issue confirmed and logged into the internal bug tracking system label Dec 15, 2023
@TOUNSTM
Copy link
Contributor

TOUNSTM commented Dec 15, 2023

ST Internal Reference: 168944

Copy link
Contributor

@TOUNSTM TOUNSTM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,

Please apply the same fix to HAL_NAND_Read_Page_16band HAL_NAND_Read_SpareArea_16b at lines 806 and 1453, respectively.

Best Regards,

@TOUNSTM TOUNSTM merged commit ce69802 into STMicroelectronics:master Nov 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hal HAL-LL driver-related issue or pull-request. internal bug tracker Issue confirmed and logged into the internal bug tracking system
Projects
Development

Successfully merging this pull request may close these issues.

Bug found in HAL_NAND_Read_Page_8b and HAL_NAND_Read_SpareArea_8b
3 participants