Search found 22 matches

by hurolura
03 Jun 2016 18:24
Forum: mikroC PRO for ARM General
Topic: mikroC PRO for ARM version 4.7.0 adds support for Cortex®-M7
Replies: 26
Views: 16269

Re: mikroC PRO for ARM version 4.7.0 adds support for Cortex

Hello, Our I2C library was developed to be compatible with the original NXP I2C communication protocol. In that case, none of the timeout routine is included. The problem with I2C hanging is quite common and caused by the I2C communication itself. Our developers will nonetheless try to manage this ...
by hurolura
13 Jan 2016 15:01
Forum: mikroC PRO for ARM General
Topic: mikroC PRO for ARM version 4.7.0 adds support for Cortex®-M7
Replies: 26
Views: 16269

Re: mikroC PRO for ARM version 4.7.0 adds support for Cortex

biljana.nedeljkovic wrote:Hello,

@hurolura, You can see What's new in the latest version of the compiler at this link:
http://www.mikroe.com/mikroc/arm/specification/

Kind regards,
Biljana
So nothing on the I2C behaviour front ?
by hurolura
30 Dec 2015 13:08
Forum: mikroC PRO for ARM General
Topic: mikroC PRO for ARM version 4.7.0 adds support for Cortex®-M7
Replies: 26
Views: 16269

Re: mikroC PRO for ARM version 4.7.0 adds support for Cortex

Any library bug fix list ?

As the I2C library behavior changed in case of errors ?
Until now, if any I2C error occurs, the code just stay stucked without any recovery or error warning possibility.
No timeout is possible to get feedback about I2C communication error.
by hurolura
20 Nov 2015 10:11
Forum: mikroC PRO for ARM General
Topic: Audio Codec PROTO + mini M4
Replies: 1
Views: 1404

Audio Codec PROTO + mini M4

Is there any example featuring the Audio Codec PROTO together with a Mini M4 ?
I can't find any library or example using the I2S interface ...
by hurolura
11 Jul 2015 19:17
Forum: mikroC PRO for ARM General
Topic: Any way to get easy serial communication through USB STM32 ?
Replies: 6
Views: 2547

Re: Any way to get easy serial communication through USB STM

Is there any example project somewhere using an STM32 with USB CDC ?
by hurolura
04 Jul 2015 22:09
Forum: mikroC PRO for ARM General
Topic: Any way to get easy serial communication through USB STM32 ?
Replies: 6
Views: 2547

Re: Any way to get easy serial communication through USB STM

ok so I missed something. I was wondering what the difference was from the standard library.
It is not obvious from the library description which only describe USB HID ...
thanks
by hurolura
04 Jul 2015 21:51
Forum: mikroC PRO for ARM General
Topic: Any way to get easy serial communication through USB STM32 ?
Replies: 6
Views: 2547

Re: Any way to get easy serial communication through USB STM

Thanks. Already checked this one but it seems to be USB HID only.
Nothing here to show how to get an USB CDC work or do I miss something
by hurolura
04 Jul 2015 21:28
Forum: mikroC PRO for ARM General
Topic: Any way to get easy serial communication through USB STM32 ?
Replies: 6
Views: 2547

Any way to get easy serial communication through USB STM32 ?

So easy question here, but I couldn't find the answer: how can one get any of the STM32 based board provide a communication link through USB with a PC Host COM port. It is quite easy to achieve with any arduino or other platforms but I am still wondering how to achieve such thing. Communication with...
by hurolura
04 Jul 2015 21:24
Forum: mikroC PRO for ARM General
Topic: Hi, Nice to meet you~, Help me Please.
Replies: 4
Views: 1785

Re: Hi, Nice to meet you~, Help me Please.

Would be interesting to share the answer ...
by hurolura
27 Jan 2015 12:01
Forum: mikroC PRO for ARM General
Topic: Where is I2C3 on Mini M4 STM32 ?
Replies: 4
Views: 2246

Re: Where is I2C3 on Mini M4 STM32 ?

modification done.
How can I rebuild the libraries ?

Edit: found it in the library manager. Too obvious actually :mrgreen: .
by hurolura
27 Jan 2015 08:57
Forum: mikroC PRO for ARM General
Topic: Where is I2C3 on Mini M4 STM32 ?
Replies: 4
Views: 2246

Re: Where is I2C3 on Mini M4 STM32 ?

Ok, I will check that today.
by hurolura
23 Jan 2015 18:34
Forum: mikroC PRO for ARM General
Topic: Where is I2C3 on Mini M4 STM32 ?
Replies: 4
Views: 2246

Where is I2C3 on Mini M4 STM32 ?

Reaching the end of my project setup, I just happen to look for I2C3 library for my STM43F415RG based Mini M4. This code I2C3_Init_Advanced(100000, &_GPIO_MODULE_I2C2_PA8_PC9); which should be OK according to the STM32F415RG datasheet just end compilation with Undeclared identifier 'I2C3_Init_Advanc...
by hurolura
16 Jan 2015 19:40
Forum: mikroC PRO for ARM General
Topic: How to enable FPU on Cortex M4
Replies: 2
Views: 1801

How to enable FPU on Cortex M4

Just a question: is the FPU enabled when using Cortex M4 (especially STM32F4 series) ?
by hurolura
16 Jan 2015 19:37
Forum: mikroC PRO for ARM General
Topic: UART1 on PB6/PB7 not working anymore with MikroC Pro 4.5 ...
Replies: 2
Views: 1769

Re: UART1 on PB6/PB7 not working anymore with MikroC Pro 4.5

Sorry, found the problem. Bad soldering issue.
But I was afraid when I noticed the help files changed and this solution was not mentionned anymore (though still available in Ctrl+Space code assistant).

Go to advanced search