Skip to main content
Nandish Jasani
Associate
February 23, 2018
Question

STM32F7 HAL Drivers for internal SRAM Access

  • February 23, 2018
  • 1 reply
  • 586 views
Posted on February 23, 2018 at 17:39

Hello Everyone,

    I am using 32F746GDISCOVERY. My code is stored in flash memory (0x08000000) on AXIM Bus with I and D cache enabled. I am using SW4STM32 Eclipse based IDE, i used STM32Cube for configuration this MCU. Now i want access internal SRAM without DMA (Read/Write Operation). I want to write some data in internal SRAM. Is there any HAL Driver to access internal SRAM? 

    Please help for above query.

    Thanks,

Nandish Jasani.

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    February 23, 2018
    Posted on February 23, 2018 at 17:55

    No, I think the processor just handles things. Use memcpy() or pointers...

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..