Search found 2 matches

by raros
Mon Jul 17, 2017 11:33 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: TriCore TC3xx
Replies: 2
Views: 2899

Re: TriCore TC3xx

Is there a new status on this topic?
by raros
Mon Jul 17, 2017 11:24 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Executing from Flash
Replies: 1
Views: 2480

Executing from Flash

Hello, I am facing Problems executing Code from Flash. Executing the code from RAM looks very good, but if i am loading the program to the flash i get stuck in the following loop: do { wait_mask = (*p_wait_mask); /* Wait for all other cores/CPUs */ } while ( (bar->value & wait_mask) != wait_mask ); ...