Search found 79 matches

by grandegiove
23 May 2014 09:11
Forum: mikroProg™ programmer and debugger
Topic: Debug with Mikroprog: random erron in Call Device
Replies: 1
Views: 1479

Debug with Mikroprog: random erron in Call Device

Hi, we use MikroC Pro Pic32 with license and MikroProg to program a PIC32MX795F512L. The MikroC Pro Pic32 is v3.3.0 and the MikroProg is up to date. The O.S. is Windows XP. I need simply to have the possibility to start running the PIC and sometimes check where is the execution. The debug starts wel...
by grandegiove
25 Mar 2014 08:45
Forum: Visual TFT General
Topic: Visual TFT: using external memory
Replies: 3
Views: 2461

Visual TFT: using external memory

Hi,

how can I set an external memory different from MMC? I can't use MMC and I have to use an EEprom or a flash memory to store the images to show on tft.
setting.JPG
setting.JPG (89.99 KiB) Viewed 2461 times
Thanks a lot.
by grandegiove
23 Nov 2013 11:55
Forum: mikroC PRO for PIC32 General
Topic: Keep reserved a part of Flash? It's possible?
Replies: 1
Views: 1427

Keep reserved a part of Flash? It's possible?

Hi, I use PIC32MX7985F512L with MikroC Pro Pic32 and MikroProg. I use a part of Flash to store data 'cause there is no EEPROM in PIC32. There is the possibility to not overwrite a part of Flash during the programming with th MikroProg? In this manner I should "not overwrite" the data updating the fi...
by grandegiove
09 Nov 2013 11:21
Forum: mikroC PRO for PIC32 General
Topic: WriteChip Burst! Verify Error! on EasyPic v7. Why?
Replies: 4
Views: 2561

WriteChip Burst! Verify Error! on EasyPic v7. Why?

Hi, I'm using a PIC32MX795F512L on a EasyPic Fusion v7. I'm developping a firmware for the EasyTFT with the VisualTFT. I don'y know why, at this point, when I try to progam the PIC with the Mikroprog I have everytime the same problem: the programming oberation blocked and this message: WriteChip Bur...
by grandegiove
18 Feb 2013 14:53
Forum: mikroC PRO for PIC General
Topic: Set INTOSC on 18F1220
Replies: 1
Views: 1141

Re: Set INTOSC on 18F1220

I solved it: "Internal RC oscillator" is 8 MHz source.
Thanks. Hope it helps!
by grandegiove
18 Feb 2013 08:14
Forum: mikroC PRO for PIC General
Topic: Set INTOSC on 18F1220
Replies: 1
Views: 1141

Set INTOSC on 18F1220

Hi,

I can't select internal oscillator in "Configuration Bits" with MikroC selecting 18f1220.

Why? How Can I do that?

Thanks a lot!

Franek
by grandegiove
05 Nov 2012 09:41
Forum: mikroC PRO for PIC32 General
Topic: MikroE Smart GM862 and PIC32 (GSM/GPRS com)
Replies: 1
Views: 1185

MikroE Smart GM862 and PIC32 (GSM/GPRS com)

Hi,

somebody has used "MikroE Smart GM862" with PIC32 for GSM or GPRS purpose?

Is it possible? There is other MikroE solutions fro PIC32 vs GSM/GPRS communication?

Thanks a lot!
by grandegiove
03 Oct 2012 16:23
Forum: mikroC PRO for PIC32 General
Topic: Strange problem with output switch
Replies: 5
Views: 3177

Re: Strange problem with output switch

I try to put a resistor (1 kOhm) between the PIC port and the mos gate and it is start to function. I don't understand the electrical meaning of this behaviour. I try to do some test to undestand what happens.
by grandegiove
28 Sep 2012 07:10
Forum: mikroC PRO for PIC32 General
Topic: Strange problem with output switch
Replies: 5
Views: 3177

Re: Strange problem with output switch

I've done some tests. I'm really confused. I try to run the MCU stand alone, without anything connect and the outputs (RD12-13) blink with both version of software. I've taken this MCU and I' ve put on my selfbuilded board and the Led doesen't blink with the version without delay (on the MCU pin I'v...
by grandegiove
25 Sep 2012 10:23
Forum: mikroC PRO for PIC32 General
Topic: Strange problem with output switch
Replies: 5
Views: 3177

Strange problem with output switch

Hi, I've already send a ticket but maybe I'm doing some big error and somebody could help me without diturb the staff ;) I can't understand a behaviour with MikroC Pro for PIC32. I've just write a simple program to blinking the output in order to test the hardware. I had 2 output which do not blink ...
by grandegiove
25 Jul 2012 06:55
Forum: mikroC PRO for PIC32 General
Topic: Array initialization
Replies: 2
Views: 1713

Array initialization

I've a problem in array declaration. If I declare an array of 1000 elements and I try to initialize it with this structure: int days[] = {31,28,31,30,31,30,31,31,30,31,30,31,... 1000 elements }; or with this structure int days[1000] = {31,28,31,30,31,30,31,31,30,31,30,31,... 1000 elements }; or int ...
by grandegiove
18 Jul 2012 17:39
Forum: mikroProg™ programmer and debugger
Topic: Problem with MikroProg & Pic32, frustrated
Replies: 3
Views: 1877

Re: Problem with MikroProg & Pic32, frustrated

Hi jjames! Thanks a lot for the reply.

I try with a hub,like in you suggestion, but the voltage readed is a little bit different (higher) but the programmer is however unable to program. :(
by grandegiove
17 Jul 2012 16:19
Forum: mikroProg™ programmer and debugger
Topic: Problem with MikroProg & Pic32, frustrated
Replies: 3
Views: 1877

Problem with MikroProg & Pic32, frustrated

Hi, I'm using MikroC Pro for PIC32 with license and I've bought 2 itmes of MikroProg. I'm using some boards self builded wihch mount PIC32MX795F512L. I've often problem programming the PIC . I've mounted the board like MikroProg explain: http://www.mikroe.com/eng/downloads/get/1683/mikroprog_pic_man...
by grandegiove
26 Jun 2012 10:33
Forum: mikroC PRO for PIC32 General
Topic: Use flash memory to data store
Replies: 11
Views: 13734

Re: Use flash memory to data store

Hello, I finally obtained to store data in Flash Memory. Just a question if somebody has test it. Is necessary erase the page before writing? It's look like "yes" this but the library doesen't talk about this. In the MikroE example there is: Flash_Erase_Page(Address); // erase page Flash_Write_Word(...
by grandegiove
21 Jun 2012 10:44
Forum: mikroC PRO for PIC General
Topic: A MMC/SD bootloader for PIC18F4620
Replies: 35
Views: 21511

Re: A MMC/SD bootloader for PIC18F4620

Hi! I finally realized my application and it works well! ;) Just a question: with this structure I have to program the PIC with my programmer (PicFlash, MikroProg,..) with the bootloader. After this the only way to program the PIC with the real firmware without cancel the possibility to upload the f...

Go to advanced search