Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: MikeBZH; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    8,674

    Re: Strange IT behaviour

    I asked directly Darrel Taylor (Technical Support) and he gave be the good answer :

    I simply need to clear the interrupt flag (TMR2IF) in PIR1 before leaving the Interrupt Service Routine
    ...
  2. Replies
    7
    Views
    8,674

    Re: Strange IT behaviour

    Demon,

    Thank you for your advice.

    Of course I did what you suggest : write a very small program and test it and that's how I found that the problem was coming from ReadCode and its execution...
  3. Replies
    7
    Views
    8,674

    Re: Strange IT behaviour

    Hi mark_s,

    The data, as read by Readcode are organized in bytes, not in words and declared by DB instructions .
    For example, this is a line from the data tables :
    DB 67, 67, 82, 67, 66, 67,...
  4. Replies
    7
    Views
    8,674

    Strange IT behaviour

    Hi,

    I am trying to generate an audio wave using the PWM of a 18F2685 working at 32 MHz (with PLL)
    The sampling rate is about 58 kHz, provided by the PWM.
    I'am using PBP 3.0 and a PicKit 2 for...
Results 1 to 4 of 4