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

SetorErase is missing #209

Open
goran-mahovlic opened this issue Jul 14, 2021 · 1 comment
Open

SetorErase is missing #209

goran-mahovlic opened this issue Jul 14, 2021 · 1 comment
Assignees
Labels
Firmware Anything related to code and SW on the HW

Comments

@goran-mahovlic
Copy link

Summary:

Storing the configuration in flash, as far as we have seen Erase
sector is not implemented
...

Why do we need this?

GNSE_Flash_BlockErase and
GNSE_Flash_ChipErase. For our particular implementation we found that
uses too much power as it needs a lot of time for erasing.
...

What is already there? What do you see now?

int MxSE(MxChip *Mxic, u32 Addr, u32 EraseSizeCount)

FLASH_op_result_t GNSE_Flash_BlockErase(uint32_t addr, uint32_t block_count)

...

What is missing? What do you want to see?

...

How do you propose to implement this?

...

Environment:

...

Acceptance Criteria:

...

What can you do yourself and what do you need help with?

...

@elsalahy elsalahy self-assigned this Jul 15, 2021
@elsalahy elsalahy added the Firmware Anything related to code and SW on the HW label Jul 15, 2021
@elsalahy elsalahy added this to the 2021 Q3 milestone Jul 15, 2021
@elsalahy
Copy link
Contributor

Thanks for opening the issue.

Yes we can add sector erase to the abstraction layer, and developers can also use MxSE directly.

@NicolasMrad NicolasMrad modified the milestones: 2021 Q3, 2021 Q4 Oct 4, 2021
@NicolasMrad NicolasMrad assigned azerimaker and unassigned elsalahy Dec 13, 2021
@NicolasMrad NicolasMrad modified the milestones: 2021 Q4, 2022 Q1 Jan 3, 2022
@NicolasMrad NicolasMrad modified the milestones: 2022 Q1, 2022 Q2 Mar 29, 2022
@NicolasMrad NicolasMrad modified the milestones: 2022 Q2, 2022 Q3 Jun 27, 2022
@NicolasMrad NicolasMrad modified the milestones: 2022 Q3, 2022 Q4 Oct 10, 2022
@NicolasMrad NicolasMrad modified the milestones: 2022 Q4, 2023 Q1 Dec 12, 2022
@NicolasMrad NicolasMrad modified the milestones: 2023 Q1, 2023 Q2 Apr 13, 2023
@KrishnaIyer KrishnaIyer removed this from the 2023 Q2 milestone Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Firmware Anything related to code and SW on the HW
Projects
None yet
Development

No branches or pull requests

5 participants