1) You could use the 32 location array you pointed at in question 3. I used M.S. EXCEL.
3) Get the data sheet for the PIC in PDF format and search for _OSC_HSPLL_1H or some piece of that. In the first of the 3 you can see these bits setup the oscillator and PLL. Most of the PICs have many modes for the oscillator. Internal/ external, divide by 32/ multiply by 4, etc.
1)how to generate a lookup table for the sine waveforms
2)how to include DT_INTS-18.bas file so that when i compile,the compiler will be able to open it
3)what is the purpose of this piece of code from example of http://www.picbasic.co.uk/forum/cont...-DT-interrupts
asm
__CONFIG _CONFIG1H, _OSC_HSPLL_1H
__CONFIG _CONFIG2H, _WDTEN_OFF_2H & _WDPS_512_2H
__CONFIG _CONFIG4L, _LVP_OFF_4L
endasm
thank you in advance.[/QUOTE]
Bookmarks