2020-10-24 07:10 PM
2020-10-25 04:46 AM
See the block diagram model.
Several of the SRAM are dual port.or visible to both cores.
Use the Linker Scripts or Scatter Files to describe the memory and object placement.
Create a structure decribing common view objects and include that into the code of both core. You can place signalling variables, and use the HSEM to send signals/interrupts between cores.
2020-10-25 04:46 AM
See the block diagram model.
Several of the SRAM are dual port.or visible to both cores.
Use the Linker Scripts or Scatter Files to describe the memory and object placement.
Create a structure decribing common view objects and include that into the code of both core. You can place signalling variables, and use the HSEM to send signals/interrupts between cores.
2020-10-25 05:32 AM
Thanks�?