2018-02-23 08:39 AM
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.
2018-02-23 08:55 AM
No, I think the processor just handles things. Use memcpy() or pointers...