MPC8641D: Starting core1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC8641D: Starting core1

Jump to solution
551 Views
bastian_schick
Contributor IV

Hi

I have a problem to start the second core of the MPC8641D (hpcn board).

I want to use low memory offset and I wonder does this collide with setting the BPTR (boot segment) ?

 

Also: Is there a way to access the 2nd 256MB by core 0

 

TIA

 

42BS

 

Tags (1)
0 Kudos
1 Solution
389 Views
bastian_schick
Contributor IV

Well solved it.

core0 may write to all memory. I am copying a short stub to 0x100 of core1 (> 0x10000100 of core0). This stub makes an absolute jump to its real location.

View solution in original post

0 Kudos
1 Reply
390 Views
bastian_schick
Contributor IV

Well solved it.

core0 may write to all memory. I am copying a short stub to 0x100 of core1 (> 0x10000100 of core0). This stub makes an absolute jump to its real location.

0 Kudos