Search found 187 matches

by prakob
22 Nov 2019 06:00
Forum: mikroC PRO for PIC32 General
Topic: Interrupt priorities
Replies: 5
Views: 1919

Re: Interrupt priorities

Hi all

Did you try to enable Multi-vector Interrupt like
INTCONbits.MVEC =1;

Kind regards

praokb
by prakob
09 Sep 2019 10:50
Forum: mikroC PRO for PIC Beta Testing
Topic: mikroC PRO for PIC Beta 7.3 Runtime Error
Replies: 3
Views: 2422

Re: mikroC PRO for PIC Beta 7.3 Runtime Error

Hello,

The problem also happen in version 7.5 on windows 8.1 Pro but the previous version(7.2) run smoothly.

So i try with another labtop installed windows 10 , No any error at all. I can conclude that this problem relate to windows 8
by prakob
23 May 2019 07:25
Forum: mikroC PRO for PIC Beta Testing
Topic: mikroC PRO for PIC Beta 7.3 Runtime Error
Replies: 3
Views: 2422

mikroC PRO for PIC Beta 7.3 Runtime Error

Hello MikroE Team, I have experienced runtime error problem on MikroC Pro PIC version 7.3 beta. The program forced close after running for a while. The windows popup show cause of error. https://www.img.in.th/images/f81188103683dcd65a54defb44bfd1f4.jpg https://www.img.in.th/images/3a3b642fa169674137...
by prakob
15 Jan 2019 06:06
Forum: mikroC PRO for PIC32 General
Topic: Modbus TCP example MikroC Pro for PIC32
Replies: 7
Views: 3976

Re: Modbus TCP example MikroC Pro for PIC32

Hi Regmars, I have ever testing simple MODBUS TCP on DSPIC33EP Using MikroC. I used Network Ethernet library and implementing modbus protocol by myself. I only implementing read/write single and multiple holding register. if you want to see what i have done in my project, just leave your email. I wi...
by prakob
26 Sep 2018 06:12
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Dual core DSPIC33CH family
Replies: 3
Views: 1612

Dual core DSPIC33CH family

Image

Hello mikroe team,
Microchip have released Dual-Core dsPIC family .
Do you have any plan to add this family in MikroC.

Best Regards
prakob
by prakob
07 Aug 2018 02:37
Forum: mikroProg™ programmer and debugger
Topic: MikroProg can not start Debugging Mode
Replies: 5
Views: 2790

Re: MikroProg can not start Debugging Mode

Hello filip,

Could you find out my problem with mikroProg?

Kind Regards

prakob
by prakob
02 Aug 2018 05:52
Forum: mikroProg™ programmer and debugger
Topic: MikroProg can not start Debugging Mode
Replies: 5
Views: 2790

Re: MikroProg can not start Debugging Mode

Hello filip,
My board used default PGD1/PGC1 and it can not change channel because other channel were used for other circuit.

About frequency setting, my program run well so the frequency i set is absolutely correct.

Best regards.

prakob
by prakob
28 Jul 2018 09:36
Forum: mikroProg™ programmer and debugger
Topic: MikroProg can not start Debugging Mode
Replies: 5
Views: 2790

MikroProg can not start Debugging Mode

Hi ME Team, I faced problem of debugging PIC32MX250F128B, I can program chip with MikroProg but when i start to debug my code with hardware debugger which is mikroprog then i get notification windows like this http://i67.tinypic.com/14ac2s5.jpg I can see that after i press "Start Debugger" then Mikr...
by prakob
26 Jul 2018 10:32
Forum: mikroC PRO for PIC32 General
Topic: MikroC compiler messages
Replies: 2
Views: 1462

Re: MikroC compiler messages

Hi ,

I think the problem might be message number 1004 at code line 472 in main source file.

"Possible stack overflow: Recursion or cross calling deteced"


Regards
by prakob
26 Jul 2018 05:42
Forum: mikroC PRO for PIC32 General
Topic: New Pic32MZ_2048_EFH_144 is a step in the wrong direction
Replies: 10
Views: 3655

Re: New Pic32MZ_2048_EFH_144 is a step in the wrong directio

Dear All I have tested calculation float variable on timer interrupt routine with PIC32MZ ECG series. float f_val =1.0; void Timer1_interrupt() iv IVT_TIMER_1 ilevel 6 ics ICS_AUTO { T1IF_bit = 0; // Clear T1IF LATHbits.LATH2 = ~ LATHbits.LATH2; // Invert PORTB f_val = f_val +1.0; } It can operate n...
by prakob
24 May 2018 02:10
Forum: mikroC PRO for PIC32 General
Topic: Compiler bug - PIC32MX250F128B - unsigned integer problem
Replies: 27
Views: 10243

Re: Compiler bug - PIC32MX250F128B - unsigned integer proble

Hello , This bug need to be fixed as soon as possible because freezing behavior and wrong conditional statement should not happen in compiler. So now the serious bug in PIC32 compiler are : - Can not use float type variable calculation on interrupt service routine (PIC32MZ EFH series) - MCU Freezing...
by prakob
05 May 2018 08:46
Forum: mikroC PRO for PIC32 General
Topic: New Pic32MZ_2048_EFH_144 is a step in the wrong direction
Replies: 10
Views: 3655

Re: New Pic32MZ_2048_EFH_144 is a step in the wrong directio

Hello Filip Thanks so much for your kind. Because mikroC compiler have advantage about easy to use library and team to support on forum but lack of bug fixed. especially serious bug. Currently, Microchip don't recommend PIC32MZ ECH,ECG for new design. That's mean these parts will obsolete soon. I wi...
by prakob
27 Apr 2018 10:12
Forum: mikroProg™ programmer and debugger
Topic: MikroProg don't support DSPIC33EP512MC502 and more
Replies: 1
Views: 1349

MikroProg don't support DSPIC33EP512MC502 and more

Hello I just bought MikroProg for PIC/PIC24/DSPIC/PIC32 but surprisingly it don't support DSPIC33EP512MC5XX series. Even MikroC Pro for DSPIC Support this devices. I can compile but can not program with your tool. Why you don't upgrade part number of mikroProg according to your compiler support? Cou...
by prakob
25 Apr 2018 19:14
Forum: mikroC PRO for PIC32 General
Topic: External Clock Mode don't work on PIC32MZ2048EFH064
Replies: 4
Views: 1754

Re: External Clock Mode don't work on PIC32MZ2048EFH064

Hi hexreader, Thanks for your answer. I will buy ECH series to test. My work need to calculate PID in the timer interrupt routine to control the motor every sampling period with highest priority. Setting flag in main program then caluculate PID is not the good way because in the main program probabl...
by prakob
25 Apr 2018 18:19
Forum: mikroC PRO for PIC32 General
Topic: New Pic32MZ_2048_EFH_144 is a step in the wrong direction
Replies: 10
Views: 3655

Re: New Pic32MZ_2048_EFH_144 is a step in the wrong directio

When important bug occur but slow solution to customer. Almost 6 month that this strange behavior have been reported and solution is nothing. At least mikroe might release patch to fixed this issue because this is serious bug that should not have in comercial compiler. It might happen but solution m...

Go to advanced search