MathGeek
Member level 3
- Joined
- Aug 16, 2005
- Messages
- 67
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,806
c30 creating constants in program space
I am trying to make a good size table of constants.
I am using dsPIC30F4011, and although it has a good size RAM, I am reserving that for other purposes, and need to use the even bigger program (code) space for storing a table of constants.
I am using C30, and would like to do this.
I just need some key points and guiding remarks on how to get started.
Thanks.
I am trying to make a good size table of constants.
I am using dsPIC30F4011, and although it has a good size RAM, I am reserving that for other purposes, and need to use the even bigger program (code) space for storing a table of constants.
I am using C30, and would like to do this.
I just need some key points and guiding remarks on how to get started.
Thanks.