Search found 11 matches

by bisnouk
14 Apr 2015 18:37
Forum: mikroC PRO for PIC32 General
Topic: Bootloader USB windows 8.1 issue
Replies: 3
Views: 1882

Re: Bootloader USB windows 8.1 issue

Hi,

Yes, Windows UpDate and Asus Update say "no update..."
Yes, I'm trying all USB port with differents cables. Still the same issue
by bisnouk
13 Apr 2015 19:10
Forum: mikroC PRO for PIC32 General
Topic: Bootloader USB windows 8.1 issue
Replies: 3
Views: 1882

Bootloader USB windows 8.1 issue

Hi, I'm using Mikromedia for pic 32 since several years on windows 7 (32 or 64) computers without any problem. Yet, I bought an Asus ZenBook laptop. In first, I installed a clean an update windows 8.1 64b with all news drivers. When I plug my Mikromedia board, windows says USB device is not reconise...
by bisnouk
22 Mar 2012 21:02
Forum: mikroC PRO for PIC General
Topic: Bug with last element of a array ???
Replies: 7
Views: 2018

Re: Bug with last element of a array ???

Sy, I'm really a stupid guy :oops: definitively I hate wrong copy/paste :?

Yet, I'm going to search where is the mistake in my project because if I pick just a piece of my code, array data are ok.
I'm sure Icare34, you are in right...

I'm sorry for this unjustified topic :oops:
by bisnouk
22 Mar 2012 19:30
Forum: mikroC PRO for PIC General
Topic: Bug with last element of a array ???
Replies: 7
Views: 2018

Re: Bug with last element of a array ???

Hi, I'm writing a new short code for explain this issue and now, it is not with the last element but it is with the second :shock: // few lines for TFT unsigned short TFT_DataPort at LATE; unsigned short TFT_DataPort_Direction at TRISE; sbit TFT_RST_Direction at TRISC1_bit; sbit TFT_RST at LATC1_bit...
by bisnouk
16 Mar 2012 14:06
Forum: mikroC PRO for PIC General
Topic: Bug with last element of a array ???
Replies: 7
Views: 2018

Bug with last element of a array ???

Hi, I have a very strange issue with a simple array of unsigned (MikroC pro for PIC32 - 2.10) I 'm trying to write a polygon drawing function and I have a bug with the last coordinate... When I write : unsigned myarray[]={5,5,148,25,180,159,100,300,60,60,8,5}; [...] If I print the last element : mya...
by bisnouk
16 Mar 2012 13:50
Forum: mikroC PRO for PIC32 General
Topic: Mikromedia PIC32 Accel example not working
Replies: 10
Views: 4635

Re: Mikromedia PIC32 Accel example not working

janko.kaljevic wrote: Please contact our distributor regarding this matter and we will see how to find best solution.
Hi, I just receive the new hardware design, my distributor exchanges it for free :D
Janko, thank you for your post and say to me to contact my distributor 8)
by bisnouk
27 Feb 2012 18:37
Forum: mikroC PRO for PIC32 Beta Testing
Topic: mikroMMB GetPixel function
Replies: 9
Views: 8398

Re: mikroMMB GetPixel function

Yes, this code was the first and as Elektronika build-in functions are not public, I prefer write mine for debugging.
Now I use build-in functions for address TFT and the GetPixel function is shorter !
by bisnouk
03 Feb 2012 19:08
Forum: mikroC PRO for PIC32 Beta Testing
Topic: mikroMMB GetPixel function
Replies: 9
Views: 8398

Re: mikroMMB GetPixel function

Here is a valid function, I'm working (hard) and it's a success ! In first, I must declare PMP routine to have a good parallel port but why, i don't know. void InitPMP(void) { PMMODE = 0; PMAEN = 0; PMCON = 0; PMMODEbits.MODE = 2; // Master 2 PMMODEbits.WAITB = 0; PMMODEbits.WAITM = 3; PMMODEbits.WA...
by bisnouk
03 Feb 2012 16:21
Forum: mikroC PRO for PIC32 Beta Testing
Topic: mikroMMB GetPixel function
Replies: 9
Views: 8398

Re: mikroMMB GetPixel function

see below for this function 8)
by bisnouk
01 Feb 2012 16:27
Forum: mikroC PRO for PIC32 General
Topic: Mikromedia PIC32 Accel example not working
Replies: 10
Views: 4635

Re: Mikromedia PIC32 Accel example not working

Hi, On lextronic web site ( http://www.lextronic.fr/P20194-afficheur-multimedia-a-base-de-pic32mx4.html ), it's the same thing picture of HW1.01, but for additional spec the link is to HW1.10 with no explication of the difference.... I bought one in December 2011, I received a HW1.01 :cry: It's hard...
by bisnouk
01 Feb 2012 15:23
Forum: mikroC PRO for PIC32 General
Topic: Tip for generate a bin file with several BMP
Replies: 4
Views: 3452

Tip for generate a bin file with several BMP

Hello, For my project (based on mikrommb for pic32), I want to use a file on the sd card with all bmp file and access them with TFT_Ext_Image. With some pictures, I'm using visual_TFT for create .RES file. But, now, I want to put 360 BMP (compass picture) and with visual_TFT there is no batch mode. ...

Go to advanced search