Other Parts Discussed in Thread: SYSBIOS
Hi,
I have some questions about the IPU sub-cores of the M4-Cortex.
My actual setup:
• Linux is starting the IPU1 (55020000.ipu)
• I am not using SDK, the cores starts with an assembler start-up file
• I am able to start code in both sub-cores IPU1_0 and IPU1_1
• actually I am using one common stack/heap for both sub-cores.
My questions:
• Do I need one stack/heap for each cores or can I use one common stack/heap for both sub-cores?
• Maybe you have more information about how the context switching regarding register, stack etc. of IPU1_0 and IPU1_1 works.
• Can you send me an example linker/startup-assembler file for the IPU?
Thanks