Search found 85 matches

by maytere
06 Apr 2021 18:45
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

Re: MikroC ARM USB Interrupt Problem

Hi. Problem was solved in version 6.1.0 but still exists on IDE version 6.2.0.
Please can you solve this problem as eternal.
Thanks.
by maytere
30 Dec 2018 09:02
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

Re: MikroC ARM USB Interrupt Problem

Hi.
I confirm usb interrupt problem is solved in version 6.1.0.
Thanks for all MikroE team.
I wish you all a happy new year.

King regards.
by maytere
24 Dec 2018 16:18
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

Re: MikroC ARM USB Interrupt Problem

Hi Petar.
Is there any progress new?
Thanks.
by maytere
12 Dec 2018 07:37
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

Re: MikroC ARM USB Interrupt Problem

Hi.
I found ver 4.2.
You can download it from this link: http://s7.dosya.tc/server11/6dg4mi/mikr ... p.zip.html
by maytere
08 Dec 2018 17:04
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

Re: MikroC ARM USB Interrupt Problem

Hi.
Is there any news with this problem?
Where can I find mikroc pro for ARM v4.2?
by maytere
29 Nov 2018 19:30
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

Re: MikroC ARM USB Interrupt Problem

Hi Petar.
If i cant use Hid_read or Hid_Write functions under interrupt routine then interrupt routine doesnt mean anything.
Please make again hid library as version 4.2. My customers are having problems.
Thanks.
by maytere
27 Nov 2018 15:36
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

Re: MikroC ARM USB Interrupt Problem

Thanks.
I will be waiting for result.
by maytere
26 Nov 2018 18:00
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

Re: MikroC ARM USB Interrupt Problem

Hi Petar. Thanks for reply. I sent you my test project via e-mail. Here is my code which works with v4.2 but doesnt work with v 6.0.0. Best regards. char cnt; char kk; char readbuff[64]; char writebuff[64]="Hello"; unsigned long int i = 0; void main(void){ HID_Enable(&readbuff,&writebuff); while(1) ...
by maytere
25 Nov 2018 08:44
Forum: mikroC PRO for ARM General
Topic: MikroC ARM USB Interrupt Problem
Replies: 15
Views: 5881

MikroC ARM USB Interrupt Problem

I wrote a code for my customer at 2013 which uses USB hid interrupt and it worked like a charm but now i want to make some improvements in my code but if i compile my code in newer versions of mikroC pro for ARM 4.20, usb communication doesn't work. If I take HID_Read and HID_write funstions out of ...
by maytere
11 Jun 2016 08:48
Forum: mikroC PRO for ARM General
Topic: STM32F103C8 RTC LSE Problem
Replies: 1
Views: 4459

Re: STM32F103C8 RTC LSE Problem

I solved the problem. That was my mistake because LSEON,LSERDY and LSEBYP bits were in RCC_BDCR register not RCC_CSR reg.
Thanks.
by maytere
10 Jun 2016 14:32
Forum: mikroC PRO for ARM General
Topic: STM32F103C8 RTC LSE Problem
Replies: 1
Views: 4459

STM32F103C8 RTC LSE Problem

Hi. I am working with STM32F103C8 nowadays but I have a problem with configuring LSE oscillator. I have a board which has a 32.768KHz oscillator connected PC14,PC15 pins. I can configure mcu with LSI and it works perfectly. But if I configure with LSE it doesn't work. My code is here: void main() { ...
by maytere
12 May 2016 17:07
Forum: mikroC PRO for ARM General
Topic: STM32F407 USB Interrupt Problem with versions after 4.2
Replies: 12
Views: 7684

Re: STM32F407 USB Interrupt Problem with versions after 4.2

Hi.
If I can't do something under interrupt routine then that interrupt means nothing. I can use polling proc rather then interrupt. There is a problem here but you don't accept this.
Thanks.
by maytere
11 May 2016 16:54
Forum: mikroC PRO for ARM General
Topic: STM32F407 USB Interrupt Problem with versions after 4.2
Replies: 12
Views: 7684

Re: STM32F407 USB Interrupt Problem with versions after 4.2

Thank you for your advice but it doesnt explains why it works at ver. 4.2 but doesn't work at newer versions of compiler.
by maytere
10 May 2016 16:50
Forum: mikroC PRO for ARM General
Topic: STM32F407 USB Interrupt Problem with versions after 4.2
Replies: 12
Views: 7684

Re: STM32F407 USB Interrupt Problem with versions after 4.2

But then usb interrupt doesn't mean anything.
Thanks.
by maytere
10 May 2016 14:45
Forum: mikroC PRO for ARM General
Topic: STM32F407 USB Interrupt Problem with versions after 4.2
Replies: 12
Views: 7684

Re: STM32F407 USB Interrupt Problem with versions after 4.2

Hi Biljana.

I have looked already this example. My problem is about using "HID_Write" and "HID_Read" functions in interrupt routine. I can use them at version 4.2 in interrupt routine but in newer versions code doesnt work.

Thanks.
Best regards.

Go to advanced search