dsPIC ?!


Closed Thread
Results 1 to 14 of 14

Thread: dsPIC ?!

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Loveland CO USA
    Posts
    83


    Did you find this post helpful? Yes | No

    Default ARM Basic

    I really want ARM Basic but Coridium is the only thing I have found. There is ARM Forth and ARM C.
    I would use the ARM board and not the ARM stamp; the board giving more options.
    The ARM board is $49 and the software is free.
    With PicBasicPro the software is $200 and the silicon is $2.00. It takes 4 projects to equal out.
    _________________________________
    Quote Originally Posted by Normnet
    Thanks for reply

    Looking into Coridium ARM board.
    Looks OK for 1 - 2. Stamp price.

    Cost effective to purchase programmer.
    Other ARM Basic?

    Norm

  2. #2
    pool_guita's Avatar
    pool_guita Guest


    Did you find this post helpful? Yes | No

    Default util library

    My question, i'm developing a programme with the dspic30f3014, i need to do a menu controlled by two buttons, so i'm using the util library.
    I'm displaying a message in a LCD 2X16, then i'm making an if routing to read the portd of my IC and then i send a new message...
    But i'm having problems with the second message, i't does'nt appear.
    I'm using mikroBasic or it, here is the programme, if anyone could help me to find the error...
    Thanks a lot

    program MENU

    dim cuerda as integer
    dim enter as integer
    dim i as integer
    dim j as integer
    dim abajo as integer

    TRISF = $0000
    TRISD = $FFFF
    enter = 0
    abajo = 0
    cuerda = 0
    i = 0
    j = 0

    Lcd_Init(PORTF, 6, 5 ,4, 3, PORTF, 0, 1, 2)

    Lcd_Cmd (LCD_CURSOR_OFF)
    Lcd_Cmd (LCD_FIRST_ROW)
    Lcd_Out (1, 1, "Bienvenido")
    Lcd_Cmd (LCD_SECOND_ROW)
    Lcd_Out (2, 1, "Presione enter")
    While i<5
    if Button (PORTD, 1, 50, 1) = 1 then
    abajo = abajo + 1
    end if
    i=i+1
    select case abajo
    case 1
    Lcd_Cmd (LCD_CURSOR_OFF)
    Lcd_Cmd (LCD_FIRST_ROW)
    Lcd_Cmd (LCD_CLEAR)
    Lcd_Out (1, 2, "Guitarra")
    end select
    wend
    end

  3. #3
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Talking

    Hi, Pool

    I just think you committed two errors ...

    1) PBP doesn't yet support dsPics
    2) It's not MkBasic Forum here ...

    sure Zristic will have pleasure to answer your question ...

    arrivederchi ...

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

Similar Threads

  1. multiple ADC using DSpic 30f3010
    By angeline in forum mel PIC BASIC
    Replies: 6
    Last Post: - 22nd February 2008, 10:03
  2. DsPic compiler?
    By debutpic in forum General
    Replies: 1
    Last Post: - 27th October 2007, 14:21
  3. DSPIC Support
    By GeoJoe in forum PBP Wish List
    Replies: 14
    Last Post: - 5th May 2006, 15:47
  4. DSpic vs. Pic
    By Nicksterjack in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 2nd April 2006, 22:38
  5. Advantages of DSPIC over normal PICs?
    By toalan in forum Off Topic
    Replies: 0
    Last Post: - 11th January 2005, 20:05

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts