Replies: 2 comments
-
Dear all, after a lot of trials I came to this solution:
Both cores can execute their program independently and both clusters have their own independent memory map.
do you have any idea why this happens? |
Beta Was this translation helpful? Give feedback.
-
Hi, did you solve your problem? My guess is that the stats of the base class of Lines 148 to 247 in b1a44b8 Since your CPUs is in a subsystem, this might be a problem. You could simply check if my theory is true by printing out |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I would like to kindly ask if it is possible to create a FS platform able to simulate a full AMP system. The idea is to have two or more cores running their own program where each program has its own bootloader and linkerscript. The platform would have, one private local memory (ram) per each core and a segmented-unified rom memory where the programs are stored. I know that it is possible simulate these cases in SE mode, but the whole thing here is to get it work in FS mode so that the final system and the programs executed by the cores are much more adherent to what is done by real hw.
Any suggestions?
Many thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions