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

Firmware: Fix SDRAM functions and routines #42

Open
andrempmattos opened this issue Oct 6, 2020 · 0 comments
Open

Firmware: Fix SDRAM functions and routines #42

andrempmattos opened this issue Oct 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working firmware

Comments

@andrempmattos
Copy link
Owner

This does not work:

sdram_write(dev, 0u, &data, 20);

This works:

for(uint16_t i=0;i<100;i+=2) {
    sdram_write(dev, i, &data, 1);
}

@andrempmattos andrempmattos added bug Something isn't working firmware labels Oct 6, 2020
@andrempmattos andrempmattos self-assigned this Oct 6, 2020
@andrempmattos andrempmattos changed the title Hardware: Fix SDRAM functions and routines Firmware: Fix SDRAM functions and routines Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working firmware
Projects
None yet
Development

No branches or pull requests

1 participant