cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F7 HAL Drivers for internal SRAM Access

Nandish Jasani
Associate II
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 discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
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 Venmo
Up vote any posts that you find helpful, it shows what's working..