STM32CUBE integrated in the workflow ?

Post your requests and ideas on the future development of mikroC PRO for ARM.
Author
Message
BenOve
Posts: 40
Joined: 23 May 2016 07:26

STM32CUBE integrated in the workflow ?

#1 Post by BenOve » 01 Mar 2017 13:50

In my view the program STM32CUBE is just as important as the entire development system.
My question is if you can integrate it into the workflow and give some example files and tutorials
to help all your users getting up and running quickly with this spectacular utility

Thanks and best regards
BO

Lionel83
Posts: 100
Joined: 11 Dec 2016 18:31

Re: STM32CUBE integrated in the workflow ?

#2 Post by Lionel83 » 01 Mar 2017 15:02

+100 :!:
Yes, I am entirely in right with you :D
I already proposed a simple process to do that. Just the base but save lot of time after in MikroC :
viewtopic.php?f=178&t=69068

I don't understand why this tool is not present :(

Regards,
Lionel

BenOve
Posts: 40
Joined: 23 May 2016 07:26

Re: STM32CUBE integrated in the workflow ?

#3 Post by BenOve » 01 Mar 2017 19:59

Thanks Lionel !

The STM32CUBE comes with thousands of examples,
I just downloaded and expand everything, CUBE_F1,.....CUBE_F7
and it took 10 GB in 168658 files on the HDD

I also made a search to see what other ARM compilers are up to,
and I found that atollic just released a new compiler that can translate and import all these examples
into their True Studio

http://blog.atollic.com/how-to-import-t ... truestudio

Would this be a good suggestion for the mikroC PRO ARM Wish List:
The ability to translate and import all these CUBE examples ?

As atollic is doing it, it obviously must be a need for it.
Simplifying configuration is super important -

I really can't overview how well it might fit into Mikroe
Looking forward to further comments

Best regards
BO

User avatar
lana.arsic
mikroElektronika team
Posts: 1715
Joined: 15 Jan 2016 12:50

Re: STM32CUBE integrated in the workflow ?

#4 Post by lana.arsic » 02 Mar 2017 18:06

Hi,

Thank you for the suggestion, you can post it here:

viewtopic.php?f=146&t=68444

Kind regards,
Lana

BenOve
Posts: 40
Joined: 23 May 2016 07:26

Re: STM32CUBE integrated in the workflow ?

#5 Post by BenOve » 09 Mar 2017 10:31

Hi

I don't know enough yet to post a suggestion.
The EasyMX boards are great but a few chip pins are not connected.
That's often the pins that are used for special tasks I guess, programmed with QUBE

But again, I am not sure . Can anybody go deeper into this ?

There are a number of advantages to use the ST Discovery boards and they are defined in QUBE,
But not a single Discovery board can meet the super connectivity of the EasyMX boards
and not a single Discovery board has as many connections as EasyMX

Suggestion:
Maybe Mikroe can have EasyMX STM32 defined in CUBE . That would simplify and it would be a great first step.

Best regards
BO

User avatar
lana.arsic
mikroElektronika team
Posts: 1715
Joined: 15 Jan 2016 12:50

Re: STM32CUBE integrated in the workflow ?

#6 Post by lana.arsic » 10 Mar 2017 17:45

Hi,

Suggestions regarding STM32Cube
were forwarded to our developers for consideration.

Kind regards,
Lana

rmteo
Posts: 1330
Joined: 19 Oct 2006 17:46
Location: Colorado, USA

Re: STM32CUBE integrated in the workflow ?

#7 Post by rmteo » 11 Mar 2017 01:56

Why not just use Atollic TrueStudio since it is FREE.
Why pay for overpriced toys when you can have
professional grade tools for FREE!!! :D :D :D

BenOve
Posts: 40
Joined: 23 May 2016 07:26

Re: STM32CUBE integrated in the workflow ?

#8 Post by BenOve » 11 Mar 2017 08:11

There are missing pins on chip that might be needed sometimes.
Would it be an idea to add a pin header just like my image shows?
That would be a very easy hardware fix that gives the total freedom to use
every feature of the chip.

Regarding the posting about the Atollic compiler:

The Mikroe Compiler is NOT overpriced

Atollic is 10 x more expensive but it is the next professional step
and it is worth every cent indeed.
https://atollic.com/pricing/

I am grateful to have more than one tool in the toolbox
I think that Mikroe could easily take some further steps into deep integration with ST and CUBE
just like Atollic is offering.

The EasyMX boards from Mikroe are outstanding - nothing that I have found so far comes close
Attachments
chip-pinheader.jpg
chip-pinheader.jpg (55.62 KiB) Viewed 13473 times

rmteo
Posts: 1330
Joined: 19 Oct 2006 17:46
Location: Colorado, USA

Re: STM32CUBE integrated in the workflow ?

#9 Post by rmteo » 12 Mar 2017 02:02

The Atollic IDE and compiler is completely free. The PRO version (which includes far more features than you will ever find or need) is what you pay for. Same with Segger, Keil, etc.
Atollic.jpg
Atollic.jpg (69.08 KiB) Viewed 13465 times
Why pay for overpriced toys when you can have
professional grade tools for FREE!!! :D :D :D

BenOve
Posts: 40
Joined: 23 May 2016 07:26

Re: STM32CUBE integrated in the workflow ?

#10 Post by BenOve » 12 Mar 2017 11:20

Hi
I do agree that Atollic might be the best ARM development platform on the planet.
The free version has unlimited code size.
But I pay for the pro version to get their excellent support.

But the Mikroe compilers have the powerful advantage that you can handle so many processor types with the same code,
and the EasyMX cards are in my view the best on the market.

The CUBE is a spectacular tool.
I have to admit that there is much work ahead to make these tools productive.

Just great tools, all of them..... :D :D :D

Best regards
BO

rmteo
Posts: 1330
Joined: 19 Oct 2006 17:46
Location: Colorado, USA

Re: STM32CUBE integrated in the workflow ?

#11 Post by rmteo » 13 Mar 2017 01:58

BenOve wrote:Hi
But the Mikroe compilers have the powerful advantage that you can handle so many processor types with the same code.....
All third party developments systems do this, even more so.
Why pay for overpriced toys when you can have
professional grade tools for FREE!!! :D :D :D

BenOve
Posts: 40
Joined: 23 May 2016 07:26

Re: STM32CUBE integrated in the workflow ?

#12 Post by BenOve » 26 Mar 2017 13:15

Are there any examples how to use STM32F429 Discovery kit ?
I am looking for how to use Timer1 with external clock
and exact reset of timer probably over input pin and interrupt

An incremental encoder give 1024 count up pulses and once per revolution
the counter shall be reset

The Mikroe programmer indentifies the STM32F429 Discovery kit as STM32 F4
It seems that it is supported

User avatar
lana.arsic
mikroElektronika team
Posts: 1715
Joined: 15 Jan 2016 12:50

Re: STM32CUBE integrated in the workflow ?

#13 Post by lana.arsic » 27 Mar 2017 14:07

Hi,

Yes, mikroProg for STM32 supports STM32F429.
Regarding Timer 1 with external clock, you may find this project useful:

https://libstock.mikroe.com/projects/vi ... m32-timers

Also, regarding STM32F429 Discovery you can find some projects on our Libstock website.

Kind regards,
Lana

pspeirs
Posts: 181
Joined: 05 Sep 2012 07:54

Re: STM32CUBE integrated in the workflow ?

#14 Post by pspeirs » 22 Jan 2019 11:37

I know this thread is old now, but can I use st-link to program the easy mix pro board or do I still need to use mikroprog for this? If so, does anyone have the command line to run the programmer from true studio

Cheers
Paul

User avatar
jovana.medakovic
mikroElektronika team
Posts: 986
Joined: 18 Dec 2018 10:36

Re: STM32CUBE integrated in the workflow ?

#15 Post by jovana.medakovic » 23 Jan 2019 11:18

Hello,

EasyMx PRO board already has mikroProg, so you only need to set St-Link in mikroProg Suite.
Also, you can use an external programmer (St-Link) to program this board.

Regarding the command line options for mikroPROG, you can find them in Help Section under the mikroC PRO for ARM Command Line Options.

Kind regards,
Jovana

Post Reply

Return to “mikroC PRO for ARM Wish List”