We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using Keil IDE V4.54.0.0 with LPC1317
1. How to put constant in flash. Just by using "const" keyword. Or any other instruction.
2. When I have to use SRAM1 also, is there any other keyword or compiler automatically puts data in it when need arises provided SRAM1 is clocked.
3. How to put functions in RAM. What keyword I have to use.
4. How to define variable at particular location in RAM.