Dual RLP

Is it possible to load two independent RLP resources and invoke methods on each after another?

When I run my first RLP code that having a task inside it stops running the task when I invoke my second RLP…??

You can load one, call its methods. Then load the other one, it will overwrite the first one, and call second RLP methods.

Okey,

Is it possible to re-arrange SDRAM for both .lds files so they could be loaded in memory at the same time?

Can you compile them into one?

I could, but that wouldn’t be so “architect” sweet…

Well you don’t really have a choice in current implementation of the RLP.

You can load as many as you Need in different msections

Here you go! Gus to the rescue! :smiley:
I was wrong.