Search found 875 matches

by paolo.gai
Wed Mar 18, 2020 2:10 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: usart stm32f4discovery
Replies: 2
Views: 4938

Re: usart stm32f4discovery

Hi,

I guess this could be related to the VM on ERIAK2, correct? did you try th latest version of ERIKA2? (mayb if there was an issue it may bhave been resolved there)

Ciao,

PJ
by paolo.gai
Thu Feb 20, 2020 9:53 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Not including Arduino Libaries in .cpp Files
Replies: 5
Views: 8903

Re: Not including Arduino Libaries in .cpp Files

Let me better understand... 1- when you compile the system builds the executable and you are able to flash it (which means the system works) 2- the issue is more related to the fact that the Eclipse CDT does not find all the includes you are using, neither the official Arduino ones, so the editor si...
by paolo.gai
Thu Jan 23, 2020 9:52 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: chip tricore supported
Replies: 1
Views: 4032

Re: chip tricore supported

Hi samir,

The supported microcontrollers are currently listed in the wiki page for tricore:

http://www.erika-enterprise.com/wiki/in ... core_AURIX

Ciao,

PJ
by paolo.gai
Thu Jan 09, 2020 9:37 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Trying different scheduling algorithms in erika OS
Replies: 4
Views: 15263

Re: Trying different scheduling algorithms in erika OS

Hi, Thanks for your compliments, not only to me but to the whole team who is working on ERIKA. About the support of additional scheduling algorithms: ERIKA3 has the parts related to the scheduler separated in separate files. You can try to change them, but it will not be as easy as it was in Shark (...
by paolo.gai
Sun Dec 22, 2019 9:08 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: S32K144EVB Example
Replies: 2
Views: 4272

Re: S32K144EVB Example

as you said, the system is not finding the ARM compiler path and the SDK. Please check that the directories you specified are correct... That's the only thing which comes to my mind...

Ciao,

PJ
by paolo.gai
Sat Nov 09, 2019 8:55 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Forum updated
Replies: 0
Views: 25149

Forum updated

Dear all, I have just updated phpBB. I also changed the spambot countermeasures, as we were flooded by fake account subscription requests. In doing that, I lost a number of pending subscription requests. 99% were spam, in case someone's request has deeb canceled, please submit it again. I apologize ...
by paolo.gai
Thu Aug 29, 2019 2:45 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Website moved to new location
Replies: 0
Views: 6383

Website moved to new location

Daer all,

We moved the website to a new location. Please report anything which may not work well.

One message was posted during the transition and was lost. we apologize for this. Please repost!

Ciao,

PJ
by paolo.gai
Mon Aug 19, 2019 1:43 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: SAMC 21J18 with ERIKA Enterprise
Replies: 7
Views: 34596

Re: SAMC 21J18 with ERIKA Enterprise

Dear ChayMa,

The specific microcontroller you are talking about is not yet supported by ERIKA3...

Ciao,

PJ
by paolo.gai
Fri Aug 02, 2019 2:21 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Time stamp in TC277
Replies: 1
Views: 2477

Re: Time stamp in TC277

You can program a timer and read its value over time.

PJ
by paolo.gai
Fri Aug 02, 2019 2:19 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Problem using "sprintf"
Replies: 1
Views: 2481

Re: Problem using "sprintf"

sprintf is too big...

try writing a simple itoa function. I remember the original K&R C book had one.

Ciao,

PJ
by paolo.gai
Fri Aug 02, 2019 2:16 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: .oil file parameters
Replies: 1
Views: 2441

Re: .oil file parameters

The idea is that the page: http://www.erika-enterprise.com/wiki/index.php?title=ERIKA3_OIL_specification plus the specific page for the architecture should contain all information. If you find a EEOPT which is missing (there could be some O:-) ), please report it and we'll fill the wiki. Ciao, PJ
by paolo.gai
Fri Jul 26, 2019 12:19 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Problem building an ERIKA project
Replies: 3
Views: 5578

Re: Problem building an ERIKA project

You need to remove the S32 library in the OIL file...

(not sure whether our demos will work, because they rely on those libraries)

PJ
by paolo.gai
Fri Jul 26, 2019 10:35 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Problem in scheduling the tasks(event 1 and event 3).
Replies: 2
Views: 5077

Re: Problem in scheduling the tasks(event 1 and event 3).

When you say IFX_* it seems that it is some demo delivered by Infineon. Maybe it is better to ask them for an advice?

or try to start from the ERIKA3 demos we distribute...

PJ
by paolo.gai
Wed Jul 24, 2019 8:17 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: __cmpswapw function
Replies: 1
Views: 2405

Re: __cmpswapw function

that should be an intinsic of the compiler... please check the compiler manual!

PJ
by paolo.gai
Wed Jul 24, 2019 8:03 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: rt-druid V3 question
Replies: 1
Views: 2259

Re: rt-druid V3 question

Please use the pre-built virtual machines:

http://www.erika-enterprise.com/index.p ... hines.html

Ciao,

Paolo