Search found 24 matches

by szalokicsiga
Tue Nov 22, 2016 11:06 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika Enterprise v3
Replies: 1
Views: 2262

Erika Enterprise v3

Hi!

I read about Erika Enterprise v3 and I see serious improvements. I would like to know, when is it expected to be released? (on TriCore architecture)
Thank you!
by szalokicsiga
Wed Nov 16, 2016 9:17 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: TriCore, multicore, tasking error
Replies: 1
Views: 2638

TriCore, multicore, tasking error

Hi!

I am facing with this error message, and I have no idea what could it mean: "ltc E123: section "ee_mcglobald" (variable EE_as_rpc_RAM) requires initialization code in task "task1" for symbol "_lc_ub_table""
I use Tasking compiler. Does anybody have any idea?

Thank you!
by szalokicsiga
Wed Nov 09, 2016 2:59 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: prohibit nesting IRQ
Replies: 0
Views: 3316

prohibit nesting IRQ

Hi!

What is the setting in OIL file, that generates __ALLOW_NESTED_IRQ__ define? How can I prohibit it?
Thank you!
by szalokicsiga
Thu Nov 03, 2016 12:57 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: single-shot task
Replies: 4
Views: 3509

Re: single-shot task

No, as you wrote SCHEDULE=NON policy will implicitly acquire the RES_SCHEDULER Resource, and Schedule() service will release the RES_SCHEDULER.
by szalokicsiga
Thu Nov 03, 2016 11:26 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: single-shot task
Replies: 4
Views: 3509

Re: single-shot task

I tried this method, and if I declare SCHEDULE=NON, the task is not preemted after Schedule() calling. I declared also USERESSCHEDULER = TRUE.
By declaring SCHEDULE=FULL it works.
by szalokicsiga
Wed Nov 02, 2016 4:10 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: single-shot task
Replies: 4
Views: 3509

single-shot task

Hi!

How can I configure a task as "single-shot"? (for initialization codes)

Thank you!
by szalokicsiga
Tue Oct 25, 2016 1:25 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: TriCore, transfer OS
Replies: 1
Views: 2219

TriCore, transfer OS

Hi! I have a project running on a TriCore microcontroller. I'm trying to integrate ERIKA OS into my project. Is it possible to generate eecfg.h and eecfg.c with RT-Druid, and then to copy them into my project with the necessary mcu/cpu/kernel files and then to compile all the sources? Because I've b...
by szalokicsiga
Wed Oct 19, 2016 12:51 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: context trap, TriCore
Replies: 1
Views: 2458

context trap, TriCore

Hi!

I am facing with a context trap problem after an interrupt service request runs. Trap appears in EE_tc_isr2_global_wrapper() function at __rslcx().
I cannot find the solution. Any idea?
by szalokicsiga
Fri Oct 14, 2016 8:07 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: tricore, fp kernel isr
Replies: 1
Views: 2785

tricore, fp kernel isr

Hi! I'm new in the world of ERIKA, and I try to configure the simplest OS (1 task, 1 alarm, 1 interrupt, 1 counter). I tried it with KERNEL_TYPE = FP, because it seems the simplest. When I try to build the OIL file, the following errors appear: ctc E213: ["D:\tools\EE_RT-~1.0-J\eclipse\plugins\COMEU...