Hi,
I have two RAM on my board.
I am using external ram which starts with address : 0x6000000
External RAM size : 1Mb
Internal ram which starts with address : 0x2000000
Internal RAM size : 128 kb
As I am running out internal ram. I starts using external ram for
global variables. which is not idea.
I specify use external ram per cpp file properties in Keil IDE.
these files have global variables. This works but not pretty to
maintain.
All heap and stack use int
↧