Thanks for reply
Looking into Coridium ARM board.
Looks OK for 1 - 2. Stamp price.
Cost effective to purchase programmer.
Other ARM Basic?
Norm
Thanks for reply
Looking into Coridium ARM board.
Looks OK for 1 - 2. Stamp price.
Cost effective to purchase programmer.
Other ARM Basic?
Norm
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.
_________________________________
Originally Posted by Normnet
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
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 " !!!
*****************************************
Bookmarks