Search found 33 matches

by JeanDubuc
01 Jun 2016 14:59
Forum: mikroC PRO for ARM General
Topic: Migration PIC32 to ARM
Replies: 5
Views: 4733

Re: Migration PIC32 to ARM

Hello Lana,

So... What is the fastest ARM 32 bits Microcontroller with CANBus supported by MikroElektronika?

Thank you

Regards
by JeanDubuc
27 May 2016 15:03
Forum: mikroC PRO for ARM General
Topic: Migration PIC32 to ARM
Replies: 5
Views: 4733

Re: Migration PIC32 to ARM

Hello, I have posted in the past problems with the PIC32 ICD and they were never solved. Make a quite big program connected on hardware with Mikroprog. It's impossible you will don't have problem with the ICD. Your team agreed this fact. The second thing, you compiler have problems with the local va...
by JeanDubuc
25 May 2016 15:44
Forum: mikroC PRO for ARM General
Topic: Migration PIC32 to ARM
Replies: 5
Views: 4733

Migration PIC32 to ARM

Hello, I'd like to know if the MikroElektronika ICD for ARM is better than ICD for PIC32. I'd like to migrate to ARM compiler because I have too many problems with the PIC32 ICD. I'd like to stay with MikroElektronika because the libraries are easy to use. Is the ARM ICD of MikroElektronika stable? ...
by JeanDubuc
20 Jan 2016 20:11
Forum: mikroC PRO for PIC32 General
Topic: Radio Bootloader
Replies: 1
Views: 3004

Re: Radio Bootloader

Hello, I wrote this program. void BootLoaderFonction() org 0xbfc00200 { AD1PCFG = 0xFFFF; // configure AN pins as digital JTAGEN_bit = 0; Delay_10ms; CHECON = 30; TRISB3_bit =1; TRISB15_bit =0; TRISD = 0; TRISE = 0; LATD = 0; LATG = 0; LATE = 0; UART2_Init(115200); // Initialize UART module at 11520...
by JeanDubuc
19 Jan 2016 20:31
Forum: mikroC PRO for PIC32 General
Topic: Radio Bootloader
Replies: 1
Views: 3004

Radio Bootloader

Hello, I need to write a bootloader using a RF-Modem (XBEE) in a PIC32MX795F512H. The physical contact with the PIC32 is impossible. Can I write instructions like UART_Write in the bootloader memory zone ? When a download command is received, the program will jump in the bootloader code. If I use or...
by JeanDubuc
07 Oct 2015 12:17
Forum: mikroC PRO for PIC32 General
Topic: Not assigned variable
Replies: 5
Views: 2649

Re: Not assigned variable

Hello,

I disagree the first lines in the function was :

char Saison;

Saison=DS3231_Read(50);



When I declare char Saison, It should be use as local. It's not the optimizer the programmer...It's me.

Thank you

Regards
by JeanDubuc
30 Sep 2015 22:37
Forum: mikroC PRO for PIC32 General
Topic: Not assigned variable
Replies: 5
Views: 2649

Re: Not assigned variable

I solved the problem but it's not normal.

If a change the variable Saison from local to global type, the problem disappears.
:?
by JeanDubuc
30 Sep 2015 22:09
Forum: mikroC PRO for PIC32 General
Topic: Not assigned variable
Replies: 5
Views: 2649

Not assigned variable

Hello,

I don't understand why the compiler jump over a line.

The variable Saison is not assign to 1.

See the image.
Problem.jpg
Problem.jpg (69.23 KiB) Viewed 2649 times
Could you tell me why the compiler does that?

Thank you
by JeanDubuc
18 Sep 2015 02:15
Forum: mikroC PRO for PIC32 General
Topic: Problem with 3.6.0 and __Lib_TFT_Defs file
Replies: 1
Views: 1527

Re: Problem with 3.6.0 and __Lib_TFT_Defs file

Hello,

Forget this message. :oops:

The problem was in front of my screen.


Regards
by JeanDubuc
18 Sep 2015 01:16
Forum: mikroC PRO for PIC32 General
Topic: Problem with 3.6.0 and __Lib_TFT_Defs file
Replies: 1
Views: 1527

Problem with 3.6.0 and __Lib_TFT_Defs file

Hello, I have a __Lib_TFT_Defs file for 2 years for my SD1963 screen. Every time, I made a upgrade, I copied it to the Uses folder and it was fine. I made the same operation for PIC32 compiler 3.6.0 . It doesn't work! I have restarted the compiler. Doesn't work. What is different? Thank you Regards
by JeanDubuc
18 Jul 2015 15:32
Forum: mikroC PRO for PIC32 General
Topic: Excessive lag on Debugger
Replies: 2
Views: 1708

Excessive lag on Debugger

Hello, I have big problem in debug mode on PIC32 Compiler. There are big delays when I press the Stop Debugger button on the Watch Values Panel. It can takes 1 minute for wait the Stop Command. The compiler freezes for that while and comes back normal after. Could you tell me how to resolve that. It...
by JeanDubuc
25 Mar 2015 19:30
Forum: mikroC PRO for PIC32 General
Topic: Access violation
Replies: 8
Views: 3577

Re: Access violation

Hi,

The MikroProg is connected to the computer directly in the USB port.

I use a laptop and I have disconnected the mouse to use the pad. Nothing else in the USB ports. The problem is the same.

I don't have an other license to try on an other computer.

Thank you

Regards
by JeanDubuc
25 Mar 2015 13:59
Forum: mikroC PRO for PIC32 General
Topic: Access violation
Replies: 8
Views: 3577

Re: Access violation

Hi,

It seems like the MikroProg disconnects it self. :(

Sometimes, I hear the Windows disconnecting USB sound.

Is it an hardware failure in the MikroProg?


Thank you

Regards
by JeanDubuc
24 Mar 2015 12:30
Forum: mikroC PRO for PIC32 General
Topic: Access violation
Replies: 8
Views: 3577

Re: Access violation

Hi Petar,

C compiler: MikroC Pro for PIC32 Version 3.5.0

MikroProg: see below.

Thank you

Regards
by JeanDubuc
24 Mar 2015 01:30
Forum: mikroC PRO for PIC32 General
Topic: Access violation
Replies: 8
Views: 3577

Re: Access violation

Hi Petar, I use a custom board. I use PIC32MX795F512H AND PIC32MX534F064. Both make the same thing. It's worse when I move the cursor in the program window. Sometime, Mikro C compilator program freeze and I need to disconnect MikroProg to take the control of the computer. It's always in debug mode. ...

Go to advanced search