Search found 15 matches

by twisted
07 Apr 2012 11:12
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: MikroC Editor BUGS
Replies: 1
Views: 1111

MikroC Editor BUGS

Hello, These bugs are really starting to bug me, in general the editor in all mikroc compilers drive some people like me crazy, i was looking around and most use are using Notepad++ editor.. i like to write code in the following way: void main() { if(1) { if(1) { } } } i like to tab using the tab bu...
by twisted
15 Jul 2011 08:00
Forum: Development Boards
Topic: Problems w/MikroMMB dsPIC33 powered from Li-Polymer battery
Replies: 13
Views: 4706

Re: Problems w/MikroMMB dsPIC33 powered from Li-Polymer batt

I hope mikroe support team would join this conversation maybe suggest a solution... I looked at the schematics before i bought it but i failed to notices this, i thought that they test this a lot before putting the product in production as it seems that they didn't even test the examples that comes ...
by twisted
14 Jul 2011 18:15
Forum: Development Boards
Topic: Problems w/MikroMMB dsPIC33 powered from Li-Polymer battery
Replies: 13
Views: 4706

Re: Problems w/MikroMMB dsPIC33 powered from Li-Polymer batt

well its a huge bug in the design someone should be fired over this :lol: i thought about unsoldering the regulator but i couldn't find a regulator with very low dropout voltage and with the center tab as Vout even if i find no way in hell i will find it in my country... ofcourse sending it back is ...
by twisted
14 Jul 2011 12:49
Forum: Development Boards
Topic: Problems w/MikroMMB dsPIC33 powered from Li-Polymer battery
Replies: 13
Views: 4706

Re: Problems w/MikroMMB dsPIC33 powered from Li-Polymer batt

The Li-polymer battery is practically useless... even when the battery is fully charged you only get max 2.95V at the output of the regulator which mean you can never run the CPU at its required voltage, also if u test the paint example u notice that when the voltage drops the accuracy of the touch ...
by twisted
12 Jul 2011 08:20
Forum: Development Boards Wishlist
Topic: PIC32 MMB improved???
Replies: 1
Views: 2170

PIC32 MMB improved???

Is there any plans for improving the PIC32 MMB, as for DSPIC33f? and if there is would you guys consider changing the LOD regulator and use 200 mV dropout instead the one used for dsPIC33f MMB which is 950 mV dropout it would make it last longer on the LI-poly battery, and also it would help keep th...
by twisted
30 Jun 2011 12:56
Forum: Development Boards
Topic: Power Mikro MMB from 3 Ultimate Lithium batteries
Replies: 0
Views: 783

Power Mikro MMB from 3 Ultimate Lithium batteries

Hello,

I seems like a nice idea powering Mikro MMB form 3 ENERGIZER L92 ultimate lithium batteries which has a nice voltage to capacity curve, providing 4.5v instead of using the battery boost shield!
by twisted
17 Jun 2011 10:28
Forum: Development Boards
Topic: mikromedia board for dsPIC33, example problem!
Replies: 7
Views: 2268

Re: mikromedia board for dsPIC33, example problem!

I tested 1st the already complied .hex file ... i tested with all the hex files of mikroc, mikrobasic and mikroPascal the uart output is always incorrect only the 1st few letters are correct!!! the examples that im having problem with is the : Accelerometer, MMC and USB Uart, Battery charger(no uart...
by twisted
16 Jun 2011 09:13
Forum: Development Boards
Topic: mikromedia board for dsPIC33, example problem!
Replies: 7
Views: 2268

mikromedia board for dsPIC33, example problem!

Hello, Yesterday i got my "mikromedia board for dsPIC33" and its a real beauty, i downloaded the examples fresh from the website, and loaded the hex file directly, some of the examples doesn't work!!!!!!! the "Accel" gives at the UART terminal "Accel õ®©´µ¸±µ¸¶²†…ADX̳´µ€¹¾±¼µ±¶´½YY©HøX" also there...
by twisted
12 Jun 2011 15:06
Forum: mikroC PRO for PIC Beta Testing
Topic: Dynamic memory bug
Replies: 1
Views: 2435

Dynamic memory bug

Hello, i was testing with the new dynamic memory library with the following const HEAP_SIZE = 500; unsigned short *pi; unsigned short i=0 ; unsigned short x ; void main() { ADCON1 = 0x0F; CMCON = 7; TRISA = 0; TRISB = 0; TRISD = 0; TRISC = 0; pi = (unsigned short *)Malloc(500); x=0x16; for(i =0; i<2...
by twisted
07 Jun 2011 15:53
Forum: Development Boards Wishlist
Topic: tcp/ip client-server
Replies: 4
Views: 4368

Re: tcp/ip client-server

filip wrote:Hi,

Currently, we are working on the TCP/IP stack and as soon as it is finished, you will be notified.

Regards,
Filip.
Hello,

you mean that you started working on a full tcp/ip stack like microchip????!!! is there any release date??
thats some great news.

Best Regards.
by twisted
02 Apr 2011 19:03
Forum: Visual GLCD Wish List
Topic: Dynamic memory and EEPROM
Replies: 1
Views: 3079

Dynamic memory and EEPROM

Hello
I think using dynamic memory and eeprom with VGLCD and VTFT would be a great idea :mrgreen:
by twisted
25 May 2010 11:41
Forum: mikroC PRO for PIC General
Topic: MikroC Pro Ethernet DHCP on Proteus Access Violation
Replies: 8
Views: 4453

Re: MikroC Pro Ethernet DHCP on Proteus Access Violation

hey johnnyfp,
did u use Microchip TCP stack with mikroc ? or with C18
can u plz post ur project
by twisted
05 May 2010 21:36
Forum: mikroC PRO for PIC General
Topic: MikroC Pro Ethernet DHCP on Proteus Access Violation
Replies: 8
Views: 4453

Re: MikroC Pro Ethernet DHCP on Proteus Access Violation

hey guys, This is confusing... i made another test on the GLCD mikro library on proteus and guess what, it also has problems!!! have anyone tested it??...i used the given example of the EASYPIC6,there is a problem with the "Glcd_Fill(0x00)" i tested with the hardware and it works!!!also there is an ...
by twisted
02 May 2010 16:25
Forum: mikroC PRO for PIC General
Topic: MikroC Pro Ethernet DHCP on Proteus Access Violation
Replies: 8
Views: 4453

Re: MicroC Pro Ethernet DHCP on Proteus Access Violation

hey dude i been haveing same problem with proteus i wonder have u ever got it to work???or the problem is in the mikroc library it self??
by twisted
02 May 2010 14:36
Forum: mikroC PRO for PIC General
Topic: Ethernet and Proteus
Replies: 0
Views: 1311

Ethernet and Proteus

Hey making an embedded server on ENC28j60 seems an intresting project,mikroc offers a nice library ,but i couldnt get it to simulate on proteus...i tried the example from microchip (Explorer16 with Ethernet PICtail.DSN) and it works just fine,i also found another proteus simulation on the internet t...

Go to advanced search