<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: S32G2: A-core &amp;amp; M-core IPCF Communication in S32G</title>
    <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1904172#M8168</link>
    <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235531"&gt;@Lee0202&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I feel very sorry for the delay.&lt;/P&gt;
&lt;P&gt;So I can understand that you were following the AN13750 to have your test.&lt;/P&gt;
&lt;P&gt;From the examples in AN13750, there would be the following parts:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Bootloader.bin, which is compiled from the S32G2 Platform Software Integration 2022.06&lt;/LI&gt;
&lt;LI&gt;BSP images, while the TF-A have to be recompiled, the pre-built images could not be used directly.&lt;/LI&gt;
&lt;LI&gt;M core application, it could be either a LED blinking or anything else, in AN13750, it is IPCF M core application, which could be built from the IPCF packages.(Inter-Platform Communication 4.6)&lt;/LI&gt;
&lt;LI&gt;The IPCF modules for Linux, which are compiled by yourself.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The bootloader is flashed to the QSPI flash, then it could boot the M core to run with the IPCF instance, also boot the A core with TF-A, the TF-A will load the Linux kernel and finally enter Linux prompt, you may copy the IPCF modules built to the rootfs, and insmod them, then there will be the logs shown as described in AN13750.&lt;/P&gt;
&lt;P&gt;Regarding to the questions listed, since you did not get anything from the terminal, there would be multiple possibilities,(bootloader crashed; bootloader is OK, but there are issues when load A53 images; etc.) it could not be simply confirmed, you may use the debugger to help to check where the problem is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 10:29:25 GMT</pubDate>
    <dc:creator>chenyin_h</dc:creator>
    <dc:date>2024-07-09T10:29:25Z</dc:date>
    <item>
      <title>S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1894972#M7349</link>
      <description>&lt;P&gt;Hi, I am a beginner to &lt;STRONG&gt;S32G2&lt;/STRONG&gt; platform. I am using &lt;STRONG&gt;S32G2-VNP-RDB2&lt;/STRONG&gt; board. I successfully &lt;STRONG&gt;flashed&lt;/STRONG&gt; &lt;STRONG&gt;blinking LED&lt;/STRONG&gt; &lt;STRONG&gt;program on SDcard in M-core&lt;/STRONG&gt;. Now I would like to &lt;STRONG&gt;launch the blinking LED program from A-core&lt;/STRONG&gt; so that it runs on M-core using "Inter Processor Communication Framework (&lt;STRONG&gt;IPCF&lt;/STRONG&gt;) on SDcard". Please mention the build steps and point to the right documents.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 07:57:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1894972#M7349</guid>
      <dc:creator>Lee0202</dc:creator>
      <dc:date>2024-06-27T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1896424#M7393</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235531"&gt;@Lee0202&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the question.&lt;/P&gt;
&lt;P&gt;From my understanding, you may want to launch the M core application(blinking LED program) from A core? Is it right?&lt;/P&gt;
&lt;P&gt;Currently, if you want to boot the M cores binary from A core, you may use the bootm7 command under u-boot.&lt;/P&gt;
&lt;P&gt;IPCF can be used for the communication between A53(linux) and M7(IPCF application), if you are interested in it, you may reference the example and document in IPCF release packages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 02:25:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1896424#M7393</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-07-04T02:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1897743#M7417</link>
      <description>&lt;P&gt;Yes iam interested in IPCF .I referred "muti core enablement guide"&amp;nbsp; where I am not getting any output promts of A53 booting . I configured everything as provided by the guide . I am getting some c code error while building IPCF module. Until that I didn't get any error. While configuring boot bootloader in Ebtresos after disable of Rm_int I encountered some header file Missing error, Later I enbled Rm_int.But anyway iam not able boot any thing after doing all configurations.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 19:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1897743#M7417</guid>
      <dc:creator>Lee0202</dc:creator>
      <dc:date>2024-07-02T19:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1899346#M7435</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235531"&gt;@Lee0202&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I suggest using the IPCF software package directly, for example, version 4.9.&lt;/P&gt;
&lt;P&gt;After the IPCF 4.9 installed, you may firstly import the IPCF_Example_S32G274A_M7_0, and reference the description.txt in that directory. Which shows the method for configuration, A53 side setup and the test logs.&lt;/P&gt;
&lt;P&gt;For the technical details of IPCF, you may reference the document SW32G_IPCF_4.9.0_D2310_User_Manual.pdf that exist in your installation path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:38:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1899346#M7435</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-07-04T08:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1899755#M7449</link>
      <description>&lt;P&gt;hey thanks for reply,&lt;/P&gt;&lt;P&gt;i am working on " multicore enablement guide " where I am using same version packages and everything. i did from building U-boot to flashing images flashing images to NOR -flash. I didn't get any prompt terminal after flashing. Iam suspecting the following deviations may be reasons, if not please let me know.&lt;/P&gt;&lt;P&gt;1)while building ATF&lt;/P&gt;&lt;P&gt;my log file load address are these:&lt;/P&gt;&lt;P&gt;IVT Location: SD/eMMC&lt;BR /&gt;Load address: 0x342fc680&lt;BR /&gt;Entry point: 0x34302000&lt;/P&gt;&lt;P&gt;but in document values are:&lt;/P&gt;&lt;P&gt;IVT Location: SD/eMMC&lt;BR /&gt;Load address: 0x342fc580&lt;BR /&gt;Entry point: 0x34302000&lt;/P&gt;&lt;P&gt;load address got deviated&lt;/P&gt;&lt;P&gt;2)IPCF while building got some errors, but any way&amp;nbsp; &amp;nbsp;. ko files generated and kept in FAT32 (boot_s32g27).&lt;/P&gt;&lt;P&gt;3)I got only IPCF examples for only M7_core_0 and&amp;nbsp;M7_core_1 in DS studios but not for&amp;nbsp;M7_core_2.&lt;/P&gt;&lt;P&gt;4)I didn't disable or removed both RM plugin and RM_init in EBtresos (because i got header file missing error while "Generating Project")&lt;/P&gt;&lt;P&gt;5)While making final IVT address configuration, after making "Generate S32G Boot Image Using S32DS IVT_TOOL". Initially it is deviated later I forcefully aligned as per the Document image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the Document attached below.&lt;EM&gt;&lt;STRONG&gt;" Let me what is the problem why Iam not getting anything in terminal after following " multicore enablement guide" .&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 18:39:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1899755#M7449</guid>
      <dc:creator>Lee0202</dc:creator>
      <dc:date>2024-07-04T18:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1900699#M7475</link>
      <description>&lt;P&gt;yes, tried this bootM7 command but i didn't see that led glow, may I know mistake where I did?&lt;/P&gt;&lt;P&gt;these are the steps I followed till now&lt;/P&gt;&lt;P&gt;1)I built .bin file by following software enablement guide for blinking led. after doing configuration in IVT table I got two binaries a) Export image b) Export blob image&lt;/P&gt;&lt;P&gt;2)when I insert only "export blob image" by SD. LED turned ON. Only M7 core_0. Looks GOOD.&lt;/P&gt;&lt;P&gt;3)now I took Linux BSP 33&amp;nbsp; &amp;nbsp;.sdcard file and ported into new empty SD card.&amp;nbsp; kept this export blob Image of blinking LED. Bin in FAT partition of BSP33 SD card.&lt;/P&gt;&lt;P&gt;4)I used these commands to boot both A53 with Linux and M7 with blinking led.&lt;/P&gt;&lt;P&gt;RAM start pointer is :0x34000000&lt;/P&gt;&lt;P&gt;RAM entry pointer is:0x34207000&lt;/P&gt;&lt;P&gt;5)Is there any problem with address values in u-boot commands when compared with above values? why LED is not glowing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;""""&lt;/P&gt;&lt;P&gt;setenv xw_file Blinking_LED_RTD_M7_0.bin&lt;BR /&gt;setenv xw_load_addr 0x80000000&lt;BR /&gt;setenv xw_sram_address_m7_0 0x34000000&lt;BR /&gt;setenv xw_file_size 0x40000&lt;BR /&gt;setenv xw_load_firmware 'dcache off'; mw.q ${xw_sram_address} 0x0 0x100000;fatlo&lt;/P&gt;&lt;P&gt;ad mmc 0:1 ${xw_load_addr} ${xw_file};cp.q ${xw_load_addr} ${xw_sram_address_m7_0} ${xw_file_size};startm7 ${xw_start_addr}'&lt;BR /&gt;setenv xw_sram_address 0x34000000&lt;BR /&gt;setenv xw_start_addr 0x34501000&lt;BR /&gt;saveenv&lt;BR /&gt;bootm7 xw_load_firmware&amp;nbsp;&lt;/P&gt;&lt;P&gt;boot&lt;/P&gt;&lt;P&gt;&amp;nbsp;"""&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 06:41:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1900699#M7475</guid>
      <dc:creator>Lee0202</dc:creator>
      <dc:date>2024-07-06T06:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1904172#M8168</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235531"&gt;@Lee0202&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I feel very sorry for the delay.&lt;/P&gt;
&lt;P&gt;So I can understand that you were following the AN13750 to have your test.&lt;/P&gt;
&lt;P&gt;From the examples in AN13750, there would be the following parts:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Bootloader.bin, which is compiled from the S32G2 Platform Software Integration 2022.06&lt;/LI&gt;
&lt;LI&gt;BSP images, while the TF-A have to be recompiled, the pre-built images could not be used directly.&lt;/LI&gt;
&lt;LI&gt;M core application, it could be either a LED blinking or anything else, in AN13750, it is IPCF M core application, which could be built from the IPCF packages.(Inter-Platform Communication 4.6)&lt;/LI&gt;
&lt;LI&gt;The IPCF modules for Linux, which are compiled by yourself.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The bootloader is flashed to the QSPI flash, then it could boot the M core to run with the IPCF instance, also boot the A core with TF-A, the TF-A will load the Linux kernel and finally enter Linux prompt, you may copy the IPCF modules built to the rootfs, and insmod them, then there will be the logs shown as described in AN13750.&lt;/P&gt;
&lt;P&gt;Regarding to the questions listed, since you did not get anything from the terminal, there would be multiple possibilities,(bootloader crashed; bootloader is OK, but there are issues when load A53 images; etc.) it could not be simply confirmed, you may use the debugger to help to check where the problem is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 10:29:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1904172#M8168</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-07-09T10:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1910179#M8760</link>
      <description>&lt;P&gt;This time I did the following. Steps&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) manual built of bsp41(u-boot, kernel ,ATF,IPCF4.9)&lt;/P&gt;&lt;P&gt;2) i took&amp;nbsp; .Pfe package and copied the . SD card file into SD card of bsp41&lt;/P&gt;&lt;P&gt;3)in bootfs I replaced IMAGE and .dtb file with the newly built one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) copied that ipc_shm_dev.ko and ipc_shm_sample_multi_instance.ko into roots&lt;/P&gt;&lt;P&gt;5) trying to insert .ko files into kernel by using insmod iam able to to insert ipc_shm_dev.ko .but not second (multi_instances.ko).&lt;/P&gt;&lt;P&gt;I attached screenshot of logs . please give reply quickly&amp;nbsp; . and also For M7 side can I import and build the ipcf multipl_instances example which is available along with patch files mentioned in muticore enablement guide for Bsp41.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Give source&amp;nbsp; link for latest muticore enablement guide for bsp38 to 41 ... If not available give some idea how to apply muticore enablement guide for bsp41 or 38&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 02:15:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1910179#M8760</guid>
      <dc:creator>Lee0202</dc:creator>
      <dc:date>2024-07-17T02:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1910950#M8780</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235531"&gt;@Lee0202&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I feel sorry that there may not be a document based on BSP41 that describe the similar contents with AN13750.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you interested in IPCF itself, you may try the IPCF_multi_instance example directly without bootloader involved. The testing method is detailed described in the description.txt under the IPCF directly. It is relatively easy to follow.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you do need the example shown in AN13750, I suggest strict following the package version listed in the document, since there may be some compatible issues if using the latest one.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;From the log itself, the kernel panic because of the SError, may I know which version IPCF you had built? I suggest using the BSP version that described in the release notes of your IPCF specific version used.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Chenyin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 03:26:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1910950#M8780</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-07-18T03:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1910962#M8781</link>
      <description>&lt;UL&gt;&lt;LI&gt;As mentioned in Muticore enablement guide .at beginning I used IPCF 4.6 version .but I didn't find 3 multi instance IPCF examples in that, as like in&amp;nbsp; document . IPCF 4.6 has only for 2 cores multi instance examples.&lt;/LI&gt;&lt;LI&gt;So,along with ATF patch file I got IPCF examples where I import in s32ds and built&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check Above things.when I tried with bundle I got licence issue.So from flex I downloaded all packages individual with same versions exactly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give me another way how to boot both at a time at least.till now I am not seeing any progress with working on multi core enablement guide. So I want to see at first to enable both A53 and M7 at a time with bsp and blinking led. Later I will into IPCF muticore enablement guide.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 03:41:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1910962#M8781</guid>
      <dc:creator>Lee0202</dc:creator>
      <dc:date>2024-07-18T03:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1911353#M8790</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235531"&gt;@Lee0202&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;In actual industrial environment, usually the bootloader is used to boot both M core and A core, which is similar to the AN13750.&lt;/P&gt;
&lt;P&gt;The bootloader is running on M7_0, it will load the A core and M core application from the flash, then M core application will run on M7, while the A core application will run on the A53(BSP). The image loading process is done by the bootloader.&lt;/P&gt;
&lt;P&gt;I understand that you want to boot the M core application(LED) and the A core application(BSP41) simultaneously, as this moment, I suggest keeping using the bootloader method.&lt;/P&gt;
&lt;P&gt;From several posts from your side, I understand that the phenomenon you faced is that there is no output from the terminal(for some cases, seem you boot the BSP first, and then try boot the M core via uboot), and you want to know what the reason is. From my experience, there may be really several possible reasons:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp; Bootloader issue, maybe crashed, image load error, etc.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp; A core side, in general if you have applied the patch from AN13750, then there are not much points to be take care, however, there may be some resource conflicts faced between M core and A core side, then the boot process would failed.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp; M core side, I understand that you may have successfully run the LED application individually on the RDB2, however, the same image may not function correctly when A/M booting simultaneously(or seems correct, but A core side is impacted), it is usually because of the pinmux, re-init of the same resource, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 11:54:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1911353#M8790</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-07-18T11:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1938107#M10456</link>
      <description>&lt;P&gt;iam using S32G vnp rdb 2 ----&amp;gt; multi core enablement guide . I am not&amp;nbsp; getting logs . I followed every thing as a copy of that document. but when turn ON SW4_7 On and pressing&amp;nbsp; reboot button ,Iam getting logs of A53&amp;nbsp; where in document mentioned to turn off all in SW4. I tried in different combinations&amp;nbsp; i am not able to proper solution.&lt;/P&gt;&lt;P&gt;here i am providing all bins .please help me to get correct solution?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 06:31:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1938107#M10456</guid>
      <dc:creator>Lee0202</dc:creator>
      <dc:date>2024-08-22T06:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2: A-core &amp; M-core IPCF Communication</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1938208#M10458</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235531"&gt;@Lee0202&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I mentioned that you also have posted the same questions in other threads.&lt;/P&gt;
&lt;P&gt;Celeste will directly support it via her thread.&lt;/P&gt;
&lt;P&gt;Thanks for the understanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 07:58:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-A-core-amp-M-core-IPCF-Communication/m-p/1938208#M10458</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-08-22T07:58:01Z</dc:date>
    </item>
  </channel>
</rss>

