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

NAND flash mode break the microSD configuration #69

Closed
bvernoux opened this issue Dec 30, 2016 · 0 comments
Closed

NAND flash mode break the microSD configuration #69

bvernoux opened this issue Dec 30, 2016 · 0 comments
Assignees

Comments

@bvernoux
Copy link
Member

NAND flash mode break the microSD configuration:

  • When we enter in Nand Flash Mode and we exit microSD does not work anymore like command sd ls ...
    The problems comes from flash_data_mode_input() and also flash_data_mode_output() which use 16 GPIO => PC0 to PC15 instead of only 8bits (PC0 to PC7) as PC8 to PC12 are used/reserved for microSD/SDIO mode see HydraBus_1_0_pins.pdf for more details.

  • Also it will be great to restore all GPIO state/configuration when we exit NAND Flash mode in flash_cleanup()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants