Search found 11 matches

by sprbok
14 Nov 2015 20:33
Forum: mikroBasic PRO for PIC32 General
Topic: Peripheral Pin select (PPS) Library for PIC32MX470
Replies: 12
Views: 10709

Re: Peripheral Pin select (PPS) Library for PIC32MX470

How did you test the code, have you tried software debug only? No, i have it connected to a 5" ft800 eve display. I added the code. You will need an FT800 eve display connected to the pins explained in the project files or if you have a development board, without anything connected to the remapped ...
by sprbok
10 Nov 2015 19:39
Forum: mikroBasic PRO for PIC32 General
Topic: Peripheral Pin select (PPS) Library for PIC32MX470
Replies: 12
Views: 10709

Re: Peripheral Pin select (PPS) Library for PIC32MX470

Hello, I have already reported the Help file mistake and it will be changed soon. Regarding you issue with PPS Mapping I will need to do more tests and contact you with the feedback. Thank you for your patience. Kind regards, Biljana Thank you! I just realized that Ive posted this in the MikroBasic...
by sprbok
10 Nov 2015 05:12
Forum: mikroBasic PRO for PIC32 General
Topic: Peripheral Pin select (PPS) Library for PIC32MX470
Replies: 12
Views: 10709

Re: Peripheral Pin select (PPS) Library for PIC32MX470

I found the problem!! Its a bug in the Library on Pin RPD5 Ive tried the PPS_Mapping_NoLock previously and it did not work. What i did not check was SPI2. I was only concerned about SPI1. Well, SPI2 does work using the library. I noticed that the SPI1 RD5 LED on my developing board is NOT lit when I...
by sprbok
08 Nov 2015 07:36
Forum: mikroBasic PRO for PIC32 General
Topic: Peripheral Pin select (PPS) Library for PIC32MX470
Replies: 12
Views: 10709

Re: Peripheral Pin select (PPS) Library for PIC32MX470

The MikroC pro for Pic32 PPS library Does not work with Pic32MX470F512H. I've spent hours trying everything I could think of to get it to work and it doesn't. This is the code that does not work : I'm using this processor because it can run at 120Mhz 1: Set D and G ports to digital 2: Set the Tris D...
by sprbok
03 Nov 2015 21:26
Forum: mikroBasic PRO for PIC32 General
Topic: Peripheral Pin select (PPS) Library for PIC32MX470
Replies: 12
Views: 10709

Re: Peripheral Pin select (PPS) Library for PIC32MX470

Hello, when you choose the microcontroller in the compiler, all the supported libraries for that microcontroller are going to be listed in the Library Manager. So if you can compile the code, mentioned PPS library is supported (therefore we will edit the Help file information). The software debuggi...
by sprbok
02 Nov 2015 17:50
Forum: mikroBasic PRO for PIC32 General
Topic: Peripheral Pin select (PPS) Library for PIC32MX470
Replies: 12
Views: 10709

Peripheral Pin select (PPS) Library for PIC32MX470

It looks like the PPS library for MikroC Pro for Pic32 is only for Pic32MX1xxx and Pic32MX2xxx Micro-controllers. http://www.mikroe.com/download/eng/documents/compilers/mikroc/pro/pic32/help/peripheral_pin_select_library.htm I tried to use the Library on a Pic32MX470F512H and the registers does not ...
by sprbok
24 Apr 2014 04:48
Forum: Visual TFT General
Topic: MikroC pro pic32 I2C Question
Replies: 2
Views: 1492

Re: MikroC pro pic32 I2C Question

Thank you!!
by sprbok
23 Apr 2014 23:32
Forum: Visual TFT General
Topic: MikroC pro pic32 I2C Question
Replies: 2
Views: 1492

MikroC pro pic32 I2C Question

I am trying to read from a device using I2C with a write address of 14H and a read address of 15h and a command of 4C I am not sure if if MikroC pro for pic32 automatically adds the write and read bit. Is this How i should write it? I2C2_Start(); // issue I2C start signal I2C2_Write(0x14); // send b...
by sprbok
12 Oct 2011 19:29
Forum: Visual TFT General
Topic: Help with up and down button and label
Replies: 3
Views: 2505

Re: Help with up and down button and label

I need to count from 0 to 99, to read the string should I write: if (strcmp(" 0", Label1_Caption ) == 0){ count = 0 } if (strcmp(" 1", Label1_Caption ) == 0){ count = 1 } if (strcmp(" 2", Label1_Caption ) == 0){ count = 2 } if (strcmp(" 3", Label1_Caption ) == 0){ count = 3 } etc. and keep on going ...
by sprbok
11 Oct 2011 07:45
Forum: Visual TFT General
Topic: Help with up and down button and label
Replies: 3
Views: 2505

Help with up and down button and label

I'm having problems with visual TFT and MikroC pro pic32 getting this up and down arrows to work. The Label1_Caption should count up (0 to 99) every time the up arrow is pressed and the down arrow should count down to 0 when the down arrow is pressed. The up arrow works but I don't know how to use t...
by sprbok
30 Aug 2011 22:40
Forum: mikroC PRO for PIC General
Topic: Pic18f452 does not work with GLCD
Replies: 13
Views: 3828

Re: Pic18f452 does not work with GLCD

Are not here anyone of mikroelektronika's team who can help me customizing the code of touchpanel dedicated to pic16F887, to suit pic18F452 ? I think this is not a big problem for mikroE team, because they should have developed the same application on pic18f452, or at least know how this can be don...

Go to advanced search