Search found 90 matches

by mpathma
24 May 2012 02:42
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: USB BootLoader & Watchdog Reset
Replies: 1
Views: 1265

Re: USB BootLoader & Watchdog Reset [SOLVED]

Hi, Okay, I solved the problem and posting here to help others. One need to make sure the Config bit of the "USB HID Bootloader.mcpds" project (given within MikroE examples) should match with your primary project setting. The reason is that BootLoader the one will have control on setting the Config ...
by mpathma
23 May 2012 15:02
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: USB BootLoader & Watchdog Reset
Replies: 1
Views: 1265

USB BootLoader & Watchdog Reset

Hi, I completed one project and wanted to implement USB Booth Loader. To reset PCI24FJ, I use the SWDTEN_bit=1; I disabled the WatchDog on the Edit Project windows. All work well, when right command sent to MCU, it enable the SWDTEN_bit and MCU restart. I then load the MikroE USB Boot Loader hex and...
by mpathma
30 Mar 2012 10:26
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Version 5.6 possible bug
Replies: 6
Views: 3036

Re: Version 5.6 possible bug

Hi,

Okay, understand, I have to wait for 3-4 weeks before upgrading to V5.6.

Mid of doing something urgent and can't take risk.

Then only I can advice if this address the issue.

M.Pathma
by mpathma
30 Mar 2012 02:36
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Version 5.6 possible bug
Replies: 6
Views: 3036

Re: Version 5.6 possible bug

Hi,

Are we BETA TESTING for version 5.6, I okay with it, but it should be called V5.6 BETA, so that we can understand and do accordingly.

M.Pathma
by mpathma
29 Mar 2012 10:33
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Version 5.6 possible bug
Replies: 6
Views: 3036

Version 5.6 possible bug

Hi, been some time I upgraded mikroE, yesterday I got a new desktop and installed all software, then I download V5.6 and installed as I was using V5.4 before. the project the compile well in V5.4 generate error in V5.6. my case; 1. I have a C & H file for accessing SPI Memory, I been using this file...
by mpathma
08 Jan 2012 05:52
Forum: mikroBasic PRO for ARM General
Topic: LM3S6965 Success!
Replies: 4
Views: 3371

Re: LM3S6965 Success!

Hi, TI is too diversified and not that easy working with them, being a small company our volume is not that high, so we always refer-ed to distributor and they will in return give 3rd-class treatment for low volume companies. I do not blame them, they have quota to meet and target too achieve. Also,...
by mpathma
06 Jan 2012 01:58
Forum: mikroC PRO for PIC General
Topic: How accurate are the delay_us ?
Replies: 1
Views: 1094

Re: How accurate are the delay_us ?

Hi, Delay_us and delay_ms is a NOP loop, number of NOP is computed base on your osc setting to get instruction cycle time and your delay needed, it should be reasonably accurate PROVIDED NO other INT take-up MCU cycle. I have once experimented with Delay_ms(1); and got 1mS when traced with scope, of...
by mpathma
05 Jan 2012 10:03
Forum: mikroPascal PRO for ARM Wish List
Topic: I wish...
Replies: 8
Views: 7244

Re: I wish...

Hi, While waiting for ME to have LPC17xx series in their ARM Compilers AND if your pocket it not that deep..... :mrgreen: (sorry, if you are otherwise) Maybe you can look at www.coocox.org/ Open source and quite OK (from china university) Not that bad and support is excellent like ME. M.Pathma
by mpathma
05 Jan 2012 02:45
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Ping Other IP from mikroETH Board
Replies: 1
Views: 1285

Re: Ping Other IP from mikroETH Board

Hi, All,

Hmmm... no reply form anyone... :(

Is my question is that silly.... :oops:

I learned thru Microchip forum search that this can be done, other have done it.

Unfortunately I could not file good example to kick start.

Hoping someone to shade some light.

Thanks
M.Pathma
by mpathma
05 Jan 2012 02:09
Forum: mikroBasic PRO for ARM General
Topic: LM3S6965 Success!
Replies: 4
Views: 3371

Re: LM3S6965 Success!

Hi, We are also among the early user of Luminary Micro, in fact my company was 1st 10 in Asia to use LM3S6965 for mass production when it was introduced in 2006/2007. Have to say its a good chip and peripheral package. As for the TimC comment on the LM3S811 eval board which is older (2006), the 1st ...
by mpathma
03 Jan 2012 12:51
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Ping Other IP from mikroETH Board
Replies: 1
Views: 1285

Ping Other IP from mikroETH Board

Hi, Guys, Happy New Year, may 2012 bring good health to you and your loved ones. I am looking into the possibility of using the mikroETH Board to ping server IP's on my network, I need to get the reply of the ping for each IP, just need to know if I can ping or time-out, other parameter like ping sp...
by mpathma
03 Jan 2012 12:45
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: bit_variable_name - 1 can complie
Replies: 17
Views: 6276

Re: bit_variable_name - 1 can complie

Hi,

the example I given is not from working code, I just typed in the forum to illustrate the issue.

Will keep and eye on this, if can get good problematic example will share.

M.Pathma
by mpathma
28 Dec 2011 03:57
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: bit_variable_name - 1 can complie
Replies: 17
Views: 6276

Re: bit_variable_name - 1 can complie

Hi, In my project, I use sbit to refer to port pin and I am aware of RMW issue. For the bit variable I only use them as flag or bool operator, I never alias them with I/O, I do however frequently do the following; bit myflag; myflag=0; LATA0_bit=0; while(1) { if (myflag==0) { myflag=1; UART3_Write_T...
by mpathma
27 Dec 2011 08:20
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: bit_variable_name - 1 can complie
Replies: 17
Views: 6276

Re: bit_variable_name - 1 can complie

Hi, Like what Peter indicated, the bit variable works randomly, as of today, I have migrated all my bit variables to char. If MikroE wanted to simulate then create a program that uses many bit variable (say about 50-100), then use IF statement to check it status, randomly it will report wrong status...
by mpathma
24 Dec 2011 10:25
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: bit_variable_name - 1 can complie
Replies: 17
Views: 6276

Re: bit_variable_name - 1 can complie

Hi, p.erasmus,

thanks, I was about to ask this...

Happy Holiday... and Happy New Year.

M.Pathma

Go to advanced search