Search found 13 matches

by Jean-Paul59
08 Jan 2013 14:34
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 Beta Testing
Topic: for... next loop
Replies: 5
Views: 4678

Re: for... next loop

thank you,

I found an other error in my program :

dim af as float
dim i as integer

for i = 0 to 628

af = i / 100 ' is wrong !

af = i
af = af / 100 ' is correct

next i

Jean-Paul
by Jean-Paul59
08 Jan 2013 10:44
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 Beta Testing
Topic: for... next loop
Replies: 5
Views: 4678

Re: for... next loop

OK,
I try this method, it's good, I can make an HEX
Thank for your help
Jean-Paul
by Jean-Paul59
07 Jan 2013 17:27
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 Beta Testing
Topic: for... next loop
Replies: 5
Views: 4678

Re: for... next loop

Excuse me,
I see I write in a wrong thread,
I also have some difficulty with english ! not only with MikroBasic.
Jean-Paul
by Jean-Paul59
07 Jan 2013 17:04
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 Beta Testing
Topic: for... next loop
Replies: 5
Views: 4678

for... next loop

Hello, For learning and testing "trigon" library, i write a very smal program : dim angle as float main: for angle = 0 to 3.14 step 0.01 ...... next I can't make HEX, I have errors : 'Syntax error : Expected "integral type" but "float" found' and 'Argument is out of range "0" to "float"'. I don't un...
by Jean-Paul59
25 Oct 2011 17:53
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: Use of pointer.... need help
Replies: 0
Views: 1748

Use of pointer.... need help

Hello, I test my MikroMMB for dsPIC33 and I want to write a small MikroBasic Program with pointer for a variable I build in the program: dim Variable101 as word ..... sub procedure affiche(dim variable as word contenu as Word) dim txt as string[12] dim Ptr_Word as ^Word ' pointeur wordtostr(Variable...
by Jean-Paul59
13 Oct 2011 20:16
Forum: Development Boards
Topic: MikroMMB for dsPIC33 bootloader
Replies: 7
Views: 2564

Re: MikroMMB for dsPIC33 bootloader

Hello, I have had white screen many times with example's programs. Allways, it was : example for an other board or for an other release (1.01 for dsPIC33, mine is 1.05 for dsPIC33), also bad dsPIC (33FJ128 vs 33FJ256 !). To know what appened, I use examples with UART2. I have installed a small progr...
by Jean-Paul59
12 Oct 2011 13:28
Forum: Development Boards
Topic: MikroMedia board for dsPIC33 schematic
Replies: 2
Views: 1158

Re: MikroMedia board for dsPIC33 schematic

Hello,
Thank you very much,
I can now print schematic, it's more easy to read.
Jean-Paul
by Jean-Paul59
11 Oct 2011 09:51
Forum: Development Boards
Topic: MikroMedia board for dsPIC33 schematic
Replies: 2
Views: 1158

MikroMedia board for dsPIC33 schematic

Hello,
Very recently, at the end of september, I bought a new board MMB for dsPIC33 (expected 1.10), but I receive an old version 1.05.
On your site I don't find documentation (schematic, manual...) in pdf format for this old board. Is it possible to find it somewhere ?
Bests regards
Jean-Paul
by Jean-Paul59
10 Oct 2011 13:02
Forum: Development Boards
Topic: MikroMMB for dsPIC33 bootloader
Replies: 7
Views: 2564

Re: MikroMMB for dsPIC33 bootloader

Hello,

This sunday, I can program my board with a PIC programmer, I upload bootloader for dspic33.
Now, all work fine.
Thank you very much for your help.

Jean-Paul
by Jean-Paul59
30 Sep 2011 08:12
Forum: mikroBasic PRO for PIC General
Topic: ACCEL BOARD CALIBRATION
Replies: 2
Views: 1125

Re: ACCEL BOARD CALIBRATION

Hello,

You could find an example for the dsPIC33 board :

http://www.mikroe.com/eng/downloads/get ... amples.zip

you have to convert to PIC16F887.

Jean-Paul
by Jean-Paul59
29 Sep 2011 16:45
Forum: Development Boards
Topic: MikroMMB for dsPIC33 bootloader
Replies: 7
Views: 2564

Re: MikroMMB for dsPIC33 bootloader

Thank You,

It's possible to overwrite Bootloader without programmer ?
I read somewhere it was protected ?
I send a mail to my French dealer, I'm waiting for is answer, I hope they have a lot of programmers !

Thank you for your help

Bests regards

Jean-Paul
by Jean-Paul59
28 Sep 2011 12:15
Forum: Development Boards
Topic: MikroMMB for dsPIC33 bootloader
Replies: 7
Views: 2564

Re: MikroMMB for dsPIC33 bootloader

Thank you for this answer, I think I have do 2 "reset" on the board (2 times on the reset button), the second during writing (I don't see it was writing). I see the error message, I try immediatly to write the Hex, but it always stay in the state of searching bootloader, and after some time I have T...
by Jean-Paul59
27 Sep 2011 22:03
Forum: Development Boards
Topic: MikroMMB for dsPIC33 bootloader
Replies: 7
Views: 2564

MikroMMB for dsPIC33 bootloader

I receive last week a new board MikroMMB dsPIC33 with bootloader (ver 1.05), work well until I receive "write error" or "write failed" during load of a new small hex file. Now, I have allways a white screen and I cannot load new hex file, the reset don't start load, I have timeout. I don't have Mikr...

Go to advanced search