~ruther/stm32h747i-disco-usb-image-viewer

93ce32f70fd6337b98f574ed2aecc284b2c50881 — Rutherther 3 months ago ab39a86
chore: remove test sdram allocation
1 files changed, 0 insertions(+), 6 deletions(-)

M src/main.c
M src/main.c => src/main.c +0 -6
@@ 325,12 325,6 @@ void main()
  fmc_t fmc;
  init_fmc(&fmc);

  uint8_t* sdram_data = (uint8_t*)fmc_sdram_allocate(&fmc, SDRAM_BANK2, 1024);

  for (uint32_t i = 0; i < 1024; i++) {
    *(sdram_data + i) = i;
  }

  // Pins init
  pin_init(&led1, LED1_GPIO, LED1_PIN);
  pin_into_output_pushpull(&led1);

Do not follow this link