Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds; generated 6 minute(s) ago.

  1. Replies
    2
    Views
    2,923

    Re: I/O pins behaviour after a SLEEP command

    Hi Ionnis,

    Many thanks for your quick and accurate answer... as usual ! :)

    Best regards
    MikeBZH
  2. Replies
    2
    Views
    2,923

    I/O pins behaviour after a SLEEP command

    Hi everybody,

    I need to enter into a power reduced situation with a PIC 18LF26K22 connected to some peripherals (e.g. amplifiers).

    The solution at the PIC level is obvious with the SLEEP...
  3. Thread: MCS vs MPLAB 8

    by MikeBZH
    Replies
    7
    Views
    1,962

    Re: MCS vs MPLAB 8

    Trugarez braz AceTronics ! : (sorry, private joke :wink:)


    A lot of options to explore.
    I was not aware of all these development tools. It opens some interesting ways.

    MikeBZH
  4. Thread: MCS vs MPLAB 8

    by MikeBZH
    Replies
    7
    Views
    1,962

    Re: MCS vs MPLAB 8

    Thank you for your answers.
    Yes, I also went to MPLABX and XC16 for a development with a 24F chip. Very bad experience ! :mad:

    Coming back to MCS, yes it is a little bit poor for debugging and...
  5. Thread: MCS vs MPLAB 8

    by MikeBZH
    Replies
    7
    Views
    1,962

    MCS vs MPLAB 8

    Hi Everybody,

    From time to time it's good to sit and to reconsider one's own beliefs and maybe to optimize or chose an other way...

    I have developped several projects with some PIC18LF2685 and...
  6. Replies
    3
    Views
    3,590

    Re: Fast Fourier Transform

    Thank you Ionis.

    I am going to read these pages very carefully.

    Best regards
    MikeNZH
  7. Replies
    3
    Views
    3,590

    Fast Fourier Transform

    Hi eveybody,

    I need to develop a frequency analysis program which will use a PIC18F26K22.
    Yes, I now, other PICs would be more adapted but I have no other choice and dsPIC3x are not an option...
  8. Replies
    4
    Views
    3,751

    Re: Supporting Q series PIC

    I think we reach about the same conclusion.
    May be will I stay will my current 26K22 for now.

    But for the future I feel quite difficult to find a solution as convenient as the one we had ...
    ...
  9. Replies
    4
    Views
    3,751

    Supporting Q series PIC

    Hi everybody,

    I am starting a new project with PBP3.1 and preferably MPLAB 8.92 and I would like to move to the PIC18F27Q10.
    This PIC is reported as being supported by PIC3.1 on the MeLabs...
  10. Replies
    21
    Views
    7,924

    Re: RETURN command?

    Hi Guys !

    As I said previously, OK, everybody writes his own code as he likes.

    It is not a matter of memory or old processors or any specific language.

    It is a matter of writing a clean,...
  11. Replies
    21
    Views
    7,924

    Re: RETURN command?

    Hi,

    Frankly, I am surprised and a little bit shocked by this kind of practice.
    But it may be a matter of "cultural feeling".

    I have spent years and years in developing aerospace products. In...
  12. Replies
    21
    Views
    7,924

    Re: RETURN command?

    Maybe the real issue is the language itself.

    It would be more convenient to formally identify each sub routine by a keyword, for example "sub" instead of assuming that a label is the entry of a...
  13. Replies
    21
    Views
    7,924

    Re: RETURN command?

    Hi,

    The strange thing is that the PBP compiler does not detect a missing RETURN instruction at the end of a sub.
    No warning or error is raised. With a complex program it can take some time before...
  14. Replies
    5
    Views
    2,940

    Re: PIC self reprogramming

    Mpgmike, Richard, thank you for your answers.

    10k cycles is much more that what I need (may be a few hundreds cycles?) so there should not be critical issues there.
    According to the complexity of...
  15. Replies
    5
    Views
    2,940

    Re: PIC self reprogramming

    Thank you Richard for your kind answer.

    Yes, the application programs are very different so a new program must be loaded each time a different extension is connected. The application program is...
  16. Replies
    5
    Views
    2,940

    PIC self reprogramming

    First of all, happy new year to everybody.

    I start 2022 with an interesting project but I do not want to reinvent the wheel so I ask you your kind advice about the following.

    I have a mother...
  17. Re: Unable to fit variable XXX in requested bank 0

    Well, well, well :)

    I have done some screen copies of my disassembly listing.
    Unfortunately the version of my program for which I had some warning messages is no more available but, however, we...
  18. Re: Unable to fit variable XXX in requested bank 0

    Hello,

    Thanks to everybody for your advices and expertise. Nearly everything becomes understandable

    PBP puts all the variables it can in the BANK0 including those which are not specified to be...
  19. Unable to fit variable XXX in requested bank 0

    Hi everybody,

    A very recent problem has appeared with one of my old programs.

    It was perfectly working but I want to add some new capabilities which means more code and more variables and I...
  20. Replies
    1
    Views
    15,583

    High frequency counter

    Hi,

    I would like to measure the frequency of a square wave signal up to 20 MHz.

    I do not want to pre-divide the frequency to avoid a loss of accuracy and/or increasing the measurement time.
    I...
  21. Replies
    10
    Views
    55,999

    Re: Dual instance with MPLAB 8 ?

    Thank you Tumbleweed.
    Simple but very interesting solutions.

    In France we have a cartoon called "the Shadoks". They always say : "Why to do you want to make it simple when you can make it...
  22. Replies
    10
    Views
    55,999

    Re: Dual instance with MPLAB 8 ?

    Hi Tumbleweed,

    Not exactly. The tabs are not the same as with the MPLAB editor and you spend some time to realign everything.

    MikeBZH
  23. Replies
    10
    Views
    55,999

    Re: Dual instance with MPLAB 8 ?

    Thank you for your answers. I am going to try this.
    I have two screens on my computer so I think I will not be confused. One instance on each.
    My purpose is only to copy and paste some source code...
  24. Replies
    10
    Views
    55,999

    Dual instance with MPLAB 8 ?

    Hi everybody,

    I think I already know the answer but does anybody know if it possible to run simultaneously two instances of MPLAB 8 on the same PC (under Windows 7) ?
    I get an error message when...
  25. Replies
    21
    Views
    43,715

    Re: Real Ice and PBP

    Hi Dave,

    Thank you for your answer.

    Yes, I did an upgrade recently and the 18F26K22 is now supported by my Pickit 2 but for the stand alone application only.
    I can read, write, program the PIC...
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4