Page 1 of 1

Erika with STM32

Posted: Thu Mar 29, 2018 4:45 pm
by tux
Hello,

firstly i want to say I am new to the Erika RTOS. I want to make some simple program communicating viac CAN bus with Erika on STM32 F4 Discovery kit.

When I dowloaded Erika v3(eclipse), I wanted to create som new RTDruid project but I did not find any template project for STM, just some for Arduino.

Any help please?

Thank you

Re: Erika with STM32

Posted: Thu Mar 29, 2018 4:51 pm
by paolo.gai
Hi!

STM32 F4 Discovery for now is supported only on ERIKA2. If you want to make some demos without installing too many things, you can directly use the Virtual Machine available at http://www.erika-enterprise.com/index.p ... hines.html

Support for ERIKA3 is ongoing, and will be released likely in 1-2 months...

Ciao,

PJ

Re: Erika with STM32

Posted: Thu Mar 29, 2018 4:56 pm
by tux
Thanks for fast response.

I will try VM for sure. And if I want to try Erika v2 on STM, what should I install?

There is not so much documentation with STM. I found only this one:
http://scholtyssek.org/blog/2014/11/21/ ... rtos-osek/

Thanks

Re: Erika with STM32

Posted: Tue Apr 03, 2018 6:33 am
by paolo.gai
There are various examples available for the STM32F4Discovery in the ERIKA2 Tree, and as well they are integrated in the VM.

Let us know whether the VM worked for you!

(Btw, there will be a release of a VM including ERIKA3 soon).

Ciao,

PJ

Re: Erika with STM32

Posted: Fri Apr 06, 2018 2:59 am
by tux
Hi again,

yes VM works just great and I also tried examples.
The problem is when I tried to install Erika v2 on my computer, I was not enable to install this plugin to eclipse for compiling arm programs, even if i tried much older versions of plugin:
https://gnu-mcu-eclipse.github.io/plugins/download/

Can you help with this or how is it possible to compile in VM? What should I set up for compiling programs for STM32?

Thank you