Hi, I'm new to SCC. I have 3 questions below.
(1) I read README file in trunk/rcce.
It says RCCE can be compiled with 3 platforms(SCC_LINUX, SCC_BAREMETAL, and emulator).
I ran an application on RCCE with SCC_LINUX successfully, but it fails on RCCE with SCC_BAREMETAL(error code=139).
The application I run is PINGPONG.
Is there anybody run it successfully??
(2) I am looking into RCCE code these days, but I think SCC_BAREMETAL does not mean real bare metal.
If I set the platform of RCCE as SCC_BAREMETAL, it defines MS_BAREMETAL.
That definition is only used in SCC_API.c. Actually, there are only "#ifndef MS_BAREMETAL" only.
I think BAREMETAL means that the code runs directly on real HW(without linux).
Is there any code run directly on real H/W in SVN codes?
(3) Can I modify page attributes such as "WB, WT, and MPBT" in application level?
Thanks.