-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
STM32F429IIT issue #30
Comments
hello. can you debug it please and tell me the value of FLASH_SIZE and EE_PAGE_SECTOR |
Thank you for your answer. In debug: flashErase.Banks = 2 #define EE_PAGE_SECTOR ((FLASH_SIZE / EE_SIZE / 2) - 1) |
i mean actual value, integer |
yes sorry, the correct answer is: |
@rrouterr I have updated the repository. please try again. |
I have a problem with this library on the STM32F429IIT processor. When trying to erase the last, 23rd sector, nothing happens (the erasure does not occur). So far, I've discovered that the problem lies in calculating the last sector. When I replace:
with
The last, 23rd sector is erased, and the write operation can proceed correctly.
The text was updated successfully, but these errors were encountered: