Search found 9 matches

by tkj
10 May 2012 14:08
Forum: Product Announcements
Topic: STM32® support in ARM® compilers coming May 2012.
Replies: 29
Views: 49478

Re: STM32® support in ARM® compilers coming May 2012.

When will the update be available to us?

Regards, Thomas
by tkj
10 May 2012 14:04
Forum: mikroC PRO for ARM General
Topic: [SOLVED] Compiler issues - Finished (with errors)
Replies: 5
Views: 3675

Re: Compiler issues - Finished (with errors)

janko.kaljevic wrote:Hello,

Great.
I am really glad that you have managed to get it working.

Also I invite you to post your project on libstock when you finish it:
http://www.libstock.com/
I believe that many will find it very desirable.

Best regards.
I sure will.
by tkj
05 May 2012 11:40
Forum: mikroC PRO for ARM General
Topic: [SOLVED] Compiler issues - Finished (with errors)
Replies: 5
Views: 3675

Re: Compiler issues - Finished (with errors)

Hello Thomas, The error was due to different declaration of same variable in source and header file. I believe that I have answered via private correspondence where exactly the mistake is. Thanks for reporting this, and wee will add a error message for this case in next compiler release. Best regar...
by tkj
02 May 2012 08:16
Forum: mikroC PRO for ARM General
Topic: [SOLVED] Compiler issues - Finished (with errors)
Replies: 5
Views: 3675

[SOLVED] Compiler issues - Finished (with errors)

Hi mikroElektronika. I am Thomas Jespersen from TKJ Electronics and we are currently reviewing your tools, including your mikroC for ARM compiler. Today, trying to get our WiFi module to work with the board it was impossible for us to compile the project though the compiler didn't inform us about th...
by tkj
29 Nov 2010 14:54
Forum: mikroC PRO for PIC General
Topic: PIC16F684 Soft UART Not able to recieve (RX)
Replies: 14
Views: 5873

Re: PIC16F684 Soft UART Not able to recieve (RX)

I totally agree with you guys, that the Soft UART library is a time consuming function, which should be avoided. Also I understand how the UART protocol works, and if I had the time I would make an interrupt based function myself. We will try to port your Pascal code, and see if it works. Thanks aga...
by tkj
29 Nov 2010 11:10
Forum: mikroC PRO for PIC General
Topic: PIC16F684 Soft UART Not able to recieve (RX)
Replies: 14
Views: 5873

Re: PIC16F684 Soft UART Not able to recieve (RX)

Hi Thomas, if this is an educational assignment you should ask your teacher if you can use a different PIC. Personally I would be asking why your teacher specified a device which is completely impractical for the assignment; part of your education should include the ability to choose the right devi...
by tkj
28 Nov 2010 13:22
Forum: mikroC PRO for PIC General
Topic: PIC16F684 Soft UART Not able to recieve (RX)
Replies: 14
Views: 5873

Re: PIC16F684 Soft UART Not able to recieve (RX)

Dear all. Thanks for your responses. As everything looks now, it doesn't look to good. The problem is that the project isn't that long, so we are starting to get time constraints. As for me I don't have the time to start making an interrupt based Serial reciever - so we have to think of what excists...
by tkj
26 Nov 2010 16:46
Forum: mikroC PRO for PIC General
Topic: PIC16F684 Soft UART Not able to recieve (RX)
Replies: 14
Views: 5873

Re: PIC16F684 Soft UART Not able to recieve (RX)

Hi. That kind of fixed the problem, but it's not functionel. This is the code: char i, error, byte_read; // Auxiliary variables void main(){ OSCCON = 0b01110101; // 16F684 ANSEL = 0x00; CMCON0 = 0x07; TRISA = 0b00001000; TRISC = 0; PORTC.b2 = 0; // Enable the RFID Reader error = Soft_UART_Init(&PORT...
by tkj
24 Nov 2010 11:55
Forum: mikroC PRO for PIC General
Topic: PIC16F684 Soft UART Not able to recieve (RX)
Replies: 14
Views: 5873

PIC16F684 Soft UART Not able to recieve (RX)

Hello all. I'm an student from Denmark with a lot of experience with microcontrollers, microprocessors and FPGAs. Currently I'm making a project in school where we have to use the PIC16F684, and I have to connect it to the Parallax RFID Reader. As the PIC16F684 doesn't have any hardware UART, I have...

Go to advanced search