Search found 100 matches

by Lionel83
29 May 2018 07:05
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

Hi Will soon be released a new version of MikroC ARM ? Thanks Hi, For me, it is now clear : MikroC is good for play not for work :!: There are too many missing things and it is clear that ARM is not a priority for MikroE. Now I use Ac6 (Eclipse) with CubeMX and there is no photo :!: Regards, Lionel
by Lionel83
21 Mar 2018 15:22
Forum: mikroC PRO for ARM General
Topic: ADC with interrupt for STM32F4xx
Replies: 4
Views: 1984

Re: ADC with interrupt for STM32F4xx

Thanks, that's interesting but he use HAL and it's far away from MikroC :(
But no choice, that's what I try to do : extract part of HAL and transfer to MikroC.
It is a bit boring and not a good point for MikroC :(
by Lionel83
21 Mar 2018 13:36
Forum: mikroC PRO for ARM General
Topic: ADC with interrupt for STM32F4xx
Replies: 4
Views: 1984

Re: ADC with interrupt for STM32F4xx

Hi Thank's mcumake but I already know this fantastic tutorial from Shawon Shahryiar. 8) I have tested several examples who he proposed but it is for STM32F103 MCU. The STM32F4xx MCU is quite different and I have some troubles to find the corresponding registers :( In fact, I would need his SPL routi...
by Lionel83
20 Mar 2018 23:21
Forum: mikroC PRO for ARM General
Topic: ADC with interrupt for STM32F4xx
Replies: 4
Views: 1984

ADC with interrupt for STM32F4xx

Hi

I am looking for an example to see how can I program an ADC with continuous conversion and interrupt to get values :D
The ADC library of MikroC do not propose this feature and I do not found any example anywhere.

Best regards,
Lionel
by Lionel83
05 Mar 2018 11:08
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

Hi, I found where is the problem but the reason is totally incomprehensible :!: I have this declaration : static volatile uint32_t csTimeOut_Max; and in a function I do : csTimeOut_Max = (80 * 1000 ) / timer_us; where timer_us = 10 (timer_us is a uint16_t) As me, you expect that csTimeOut_Max = 8000...
by Lionel83
02 Mar 2018 18:37
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

strahinja.jacimovic wrote: And could you provide a snippet of code which illustrates this issue?
Hi

And how could I do that ?
My code work perfectly with V5.1, so the problem is not in my code !

Best regards,
Lionel
by Lionel83
02 Mar 2018 11:38
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

Hi,

Ok, I made a "simple" demo. You have the two binaries : one with V5.1 work fine, the same compiled with V6.0 who doesn't work.
You have the two project and as you can see there are strictly identical. So the bug is not in my program but in MikroC :(

Regards,
Lionel
by Lionel83
01 Mar 2018 18:52
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

Hi

Yes I could but I don't think that may help to solve the problem because you do not have my hardware configuration. So you will be able to compile the code (no problem to do that) but not to run it :(

Regards,
Lionel
by Lionel83
01 Mar 2018 17:11
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

Hi After some times, I decided to try again the V6 release. I paid attention to verify the project options. And the result is always the same : my program who work perfectly with V5.1 does not work with V6. The problem is always in the interrupt read of the UART who no more work. :evil: Any ideas to...
by Lionel83
11 Dec 2017 17:59
Forum: mikroC PRO for ARM General
Topic: RTC Library with LSE
Replies: 2
Views: 1297

Re: RTC Library with LSE

Hi filip

I think you mistake.
There is no options in the scheme to select the LSE (for HSE, it is OK) who I want to use for the RTC.
The library use LSI, so always work because LSI is always present.
:(
Best Regards,
Lionel
by Lionel83
09 Dec 2017 19:43
Forum: mikroC PRO for ARM General
Topic: RTC Library with LSE
Replies: 2
Views: 1297

RTC Library with LSE

Hi I try to use the library RTC for STM32F2xx/3xx/4xx I don't understand all but I think that this library use only LSI. How can I use LSE :?: And subsidiary questions : in the "Edit Project" page : - how can I do to say that I want to use LSE :?: - How can I do to say the LSE quartz speed :?: - How...
by Lionel83
29 Nov 2017 18:31
Forum: mikroC PRO for ARM General
Topic: How to create two hardware interrupt ?
Replies: 5
Views: 5004

Re: How to create two hardware interrupt ?

Hi Simon Yes it would be possible. I just need an example writing in Basic. For example, convert this one in Basic and I could do it automatically for every other cases : void Init_Interrupt() { // Pin configuration GPIO_Digital_Input(&GPIOA_BASE, _GPIO_PINMASK_0); // Pin interrupt SYSCFGEN_bit = 1;...
by Lionel83
27 Nov 2017 19:20
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

lololafripouille wrote:On which MCU ?
Clicker 2 with STM32F407VG :D
by Lionel83
27 Nov 2017 14:36
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

Hi, @Lionel83, Nothing work, UART4 interrupt, scheme, all go bad :evil: Please, can you explain your issue in details and attach the project that demonstrates this issue ? Hi Filip, All I know is that my project who work fine with v5.1 does not work at all with v6. Impossible to read my old scheme ...
by Lionel83
24 Nov 2017 18:21
Forum: mikroC PRO for ARM General
Topic: Update to v6
Replies: 36
Views: 11183

Re: Update to v6

Hi,

Well I try the V6 today : very very bad idea :(
Nothing work, UART4 interrupt, scheme, all go bad :evil:
So I go back to V5.1 and I will wait the V7 :!: :lol:

Regards,
Lionel

Go to advanced search