How to use DTCM RAM?
I'd like to use the DTCM ram in my code; how can I do ?
Thank you
I'd like to use the DTCM ram in my code; how can I do ?
Thank you
Describe the memory regions in your linker script or scatter file.
Use compiler directives say attributes or pragmas to direct specific code, or buffers to use the memory.
Code in specific source files, via object file, can be directed via linker scripts
A for filling/preloading DTCM, for GNU/GCC you'd need to add initialization code in startup.s and staging via the linker script, in a similar manner to how statics are handled for RAM from FLASH
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.