using_pic18f4620
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
using_pic18f4620 [2007/03/30 11:21] – Warning about extended banks stryd_one | using_pic18f4620 [2011/11/18 12:14] (current) – removed spam lpdunwell | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Using the PIC18F4620 or PIC18F4520 ====== | ====== Using the PIC18F4620 or PIC18F4520 ====== | ||
+ | |||
+ | FIXME This is really outdated!!! | ||
Historically, | Historically, | ||
Line 335: | Line 337: | ||
You may create as many or as few sections as you require for your application. | You may create as many or as few sections as you require for your application. | ||
+ | |||
Line 349: | Line 352: | ||
unsigned char MIDI_Table[512]; | unsigned char MIDI_Table[512]; | ||
</ | </ | ||
+ | |||
+ | **It is recommended to avoid this wherever possible.** Allow the compiler to allocate the memory wherever possible! | ||
+ | |||
+ | Check [[http:// | ||
\\ | \\ |
using_pic18f4620.1175253704.txt.gz · Last modified: 2007/03/30 11:29 (external edit)