This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil + LPC1317

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.

0