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

stm32l4.c: Fix RAM size argument to some target_add_ram() #1572

Merged

Commits on Jul 28, 2023

  1. stm32l4.c: Fix RAM size argument to some target_add_ram()

    The device->sram1 and device->sram2 are in kilobyte. A multiplication by 1024 is
    required when used as an argument to target_add_ram()
    jcamdr committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    073c1cc View commit details
    Browse the repository at this point in the history