Search found 10 matches

by Limba
17 Dec 2012 20:29
Forum: mikroC PRO for ARM Wish List
Topic: ARM Cortex M0
Replies: 1
Views: 2173

ARM Cortex M0

Hi,

Is there any plan to support STM32F0 or LPC1xxx ?

Br,
Juha
by Limba
01 Sep 2012 21:01
Forum: mikroC PRO for ARM General
Topic: Is Stellaris-LaunchPad supported?
Replies: 4
Views: 3323

Is Stellaris-LaunchPad supported?

Hi,

Is the programmer in Stellaris-LaunchPad supported or should I hack connecter for mikroProg for Stellaris?

https://estore.ti.com/Stellaris-LaunchPad.aspx
http://www.ti.com/ww/en/launchpad_site/ ... aunchpad-b

Br,
Juha
by Limba
27 Aug 2012 16:26
Forum: mikroC PRO for ARM General
Topic: STM32F4DISCOVERY Board setting clock
Replies: 6
Views: 7344

Re: STM32F4DISCOVERY Board setting clock

dalamon wrote:
Filip, do you mean that in my rev A processor i cannot use prefetch cache? :( i will send my STM32F4DISCOVERY board directly to trash :evil:
I recommend to save for as external programmer.
by Limba
21 Aug 2012 18:27
Forum: mikroC PRO for ARM General
Topic: STM32F4Discovery Accelerometer (LIS302DL) reading problem.
Replies: 5
Views: 5500

Re: STM32F4Discovery Accelerometer (LIS302DL) reading proble

Here I fighted with same accelerometer.
http://www.mikroe.com/forum/viewtopic.php?f=178&t=49645

In that tread there are project zip where I tried to compile orginal STM32F4 Discovery drivers to work in mikroC.
In that project there was one solved but not fixed.
by Limba
26 Jul 2012 21:24
Forum: mikroC PRO for ARM General
Topic: BUG: unsigned to signed casting
Replies: 5
Views: 4324

Re: BUG: unsigned to signed casting

OK I will try these. I remember that char without "unsigned" should be signed. Maybe I remembered wrong. There was also this pointer increment problem. Maeby I missed something here also. Easiest way is copy same funtion from orginal ST STM32F4 Discovery library. Here is orginal function /** * @brie...
by Limba
25 Jul 2012 17:28
Forum: Timer Calculator
Topic: Timer Calculator Application Released!
Replies: 82
Views: 984660

Re: Timer Calculator Application Released!

I recommend to use 7-zip in windows.
by Limba
25 Jul 2012 13:13
Forum: mikroC PRO for ARM General
Topic: BUG: unsigned to signed casting
Replies: 5
Views: 4324

Re: BUG: unsigned to signed casting

I created new project and retested.

Here is zip of project folder.

These was orginally in ST STM32F4 Discovery library and I try to conver these to work with mikroC.
stm32f4_discovery_lis302dl.c/.h
stm32f4_discovery.c/.h

Br,
Juha
by Limba
22 Jul 2012 10:15
Forum: mikroC PRO for ARM General
Topic: BUG: unsigned to signed casting
Replies: 5
Views: 4324

BUG: unsigned to signed casting

Hi, I tried to convert STM32F4 Discoveryboard lis302dl library to mikroC environment and found 2 bugs. raw = (int32_t)(int8_t)buffer[2*i]; tmp = (int32_t)(LIS302DL_SENSITIVITY_9_2G * raw); Defines: typedef unsigned char uint8_t; typedef unsigned int uint16_t; typedef unsigned long uint32_t; typedef ...
by Limba
20 Jul 2012 13:51
Forum: mikroC PRO for ARM General
Topic: Getting ST Perhipial library in a mikroC ARM project
Replies: 14
Views: 7207

Re: Getting ST Perhipial library in a mikroC ARM project

Is there any new info of this problem?

STM32F4 Discovery board drivers uses ST libraries and I also run this same problem.

Go to advanced search