Search found 3391 matches

by p.erasmus
08 Jul 2016 14:11
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: RTOS question
Replies: 42
Views: 27329

Re: RTOS question

PIC compilers are very important to us, Next one for update is dsPIC, our developers are working on it. Are you guys at mE not ashamed to tell lies so bluntly in the forum ,this exact words we saw 2 years ago ,then 1 year ago and now it is almost 3 years since the last update We are aware we had ne...
by p.erasmus
04 Jul 2016 19:37
Forum: mikroC PRO for PIC General
Topic: Problem with 18F2520 and Mikroc?
Replies: 20
Views: 9042

Re: Problem with 18F2520 and Mikroc?

Well yes that is one of the old quirks of mE libraries they are not very useful and that is true the mE library only supports 8 bit resolution but that is not the case
of the chip itself
by p.erasmus
04 Jul 2016 16:16
Forum: mikroC PRO for PIC General
Topic: Problem with 18F2520 and Mikroc?
Replies: 20
Views: 9042

Re: Problem with 18F2520 and Mikroc?

I have realised that in the 2520 the PWM resolution is only 8 bits and the lower 2x bits are not implemented. T Where did you see this ,I never saw only 8 bit resolution on a PIC they are standard 10 bits for PIC18 and higher for PIC24/dsPIC33 I found this in the PIC18F2520 datasheet would be nice ...
by p.erasmus
17 Jun 2016 19:25
Forum: mikroC PRO for PIC32 General
Topic: F4 VS B4
Replies: 8
Views: 3827

Re: F4 VS B4

Happy to give my opinion :D

Have good one
by p.erasmus
17 Jun 2016 19:01
Forum: mikroC PRO for PIC32 General
Topic: F4 VS B4
Replies: 8
Views: 3827

Re: F4 VS B4

Oh... hang on.... so what would be wrong with say TRISC.B4 ? (other than it goes against the MCHP standard). Would this work in a structure and avoid duplication of information? Nothing is wrong with that ,if you only use the mE compiler but the MCP way will ensure you can use it in multiple compil...
by p.erasmus
17 Jun 2016 18:30
Forum: mikroC PRO for PIC32 General
Topic: F4 VS B4
Replies: 8
Views: 3827

Re: F4 VS B4

[ Disagree that it makes sense, as it says the same thing twice. What would be wrong with maybe, just TRISC4? Well you are entitled to your opinion just a question how would you pack TRISC4 in a structure and have a structure name and the B4 as a member which is the standard way in C to process Dat...
by p.erasmus
17 Jun 2016 17:15
Forum: mikroC PRO for PIC32 General
Topic: F4 VS B4
Replies: 8
Views: 3827

Re: F4 VS B4

This is the standard Microchip syntax
which makes a lot of sense

Code: Select all

TRISCbits.TRISC4 
by p.erasmus
13 Jun 2016 09:59
Forum: mikroC PRO for PIC General
Topic: PIC 16F877A explicit code
Replies: 2
Views: 1394

Re: PIC 16F877A explicit code

In the data sheet of the device which you down load from the Microchip web
by p.erasmus
26 May 2016 17:13
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Serial Bootloader for DSPIC devices
Replies: 7
Views: 5795

Re: Serial Bootloader for DSPIC devices

Here is the Microchip free boot loader for dsPIC33E and PIC24E devices supports UART and some other means

http://www.microchip.com/SWLibraryWeb/p ... Bootloader
by p.erasmus
24 May 2016 19:17
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Serial Bootloader for DSPIC devices
Replies: 7
Views: 5795

Re: Serial Bootloader for DSPIC devices

You will wait a long time for mE to do this ,a serial bootloader was asked already 5 years ago with the release of the very first dsPIC30 devices
it still remains a promise use this
http://picbootloader.com/
by p.erasmus
23 May 2016 17:42
Forum: mikroC PRO for PIC General
Topic: TRIS settings
Replies: 5
Views: 2988

Re: TRIS settings

Hi Your syntax is correct that is also the standard way for the MCHP compiler syntax I would advise you to
make bug report at mE help desk
as a work around use the mE style
TRISA1_bit that compiles correctly as you can see from my screen print
by p.erasmus
16 May 2016 15:59
Forum: mikroC PRO for PIC General
Topic: Undeclared identifier '_SDI1'
Replies: 8
Views: 2279

Re: Undeclared identifier '_SDI1'

Agreed then it is a compiler issue or a definition that not in the header files
by p.erasmus
16 May 2016 10:29
Forum: mikroC PRO for PIC General
Topic: Undeclared identifier '_SDI1'
Replies: 8
Views: 2279

Re: Undeclared identifier '_SDI1'

Hi
Did you include the peripheral pin select in the library manager ?
by p.erasmus
16 May 2016 08:36
Forum: mikroC PRO for PIC General
Topic: USB with MikroC doesn't work!
Replies: 16
Views: 5556

Re: USB with MikroC doesn't work!

I think the simulation and real hardware work fine but the problem and issue when generate the new Hex file! even though, the MikroC was compiled successfully without any error!! In my opinion the compiler does not generate the correct hex file (1) are you using a licensed version or a cracked vers...
by p.erasmus
15 May 2016 21:23
Forum: mikroC PRO for PIC General
Topic: USB with MikroC doesn't work!
Replies: 16
Views: 5556

Re: USB with MikroC doesn't work!

I would suggest that you first move your project to Real hard ,Simulation is exactly what it says simulation and No guarantee included with that Use your generated hex file on real hardware to test ,unfortunately I do not have USB simulation with my Proteus , I used hardware The problem you have her...

Go to advanced search