<?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 jump application from task  for freertos in mpc5748‘s bootloader in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/jump-application-from-task-for-freertos-in-mpc5748-s-bootloader/m-p/1380918#M8028</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i am runing a bootloader base on freertos，but it can't jump to application when run from task.&lt;/P&gt;&lt;P&gt;i know arm architect can switch psp to msp and set CONTROL register, but how to deal with powerpc?&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2021 02:09:52 GMT</pubDate>
    <dc:creator>baixiaolin</dc:creator>
    <dc:date>2021-12-03T02:09:52Z</dc:date>
    <item>
      <title>jump application from task  for freertos in mpc5748‘s bootloader</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/jump-application-from-task-for-freertos-in-mpc5748-s-bootloader/m-p/1380918#M8028</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i am runing a bootloader base on freertos，but it can't jump to application when run from task.&lt;/P&gt;&lt;P&gt;i know arm architect can switch psp to msp and set CONTROL register, but how to deal with powerpc?&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 02:09:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/jump-application-from-task-for-freertos-in-mpc5748-s-bootloader/m-p/1380918#M8028</guid>
      <dc:creator>baixiaolin</dc:creator>
      <dc:date>2021-12-03T02:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: jump application from task  for freertos in mpc5748‘s bootloader</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/jump-application-from-task-for-freertos-in-mpc5748-s-bootloader/m-p/1381079#M8029</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;the best way is to jump to the application right after reset. The startup code should only check a condition if bootloader or application should be started and then jump there without further initialization.&lt;/P&gt;
&lt;P&gt;If you jump to the application later in the code, it is a must to disable interrupts on all levels (MSR[EE], priorities, local enable bits in peripherals) and it's also highly recommended to put all used resources back to default reset state.&lt;/P&gt;
&lt;P&gt;There's no PSP/MSP on the PowerPC. R1 register is used as a stack and it is supposed to be initialized by startup code. So, you do not need to care about the stack.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 07:42:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/jump-application-from-task-for-freertos-in-mpc5748-s-bootloader/m-p/1381079#M8029</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2021-12-03T07:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: jump application from task  for freertos in mpc5748‘s bootloader</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/jump-application-from-task-for-freertos-in-mpc5748-s-bootloader/m-p/1384031#M8058</link>
      <description>&lt;P&gt;thanks for you help,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have solved the problem,i close freertos's tick timer and deinit all model,then jump is success!&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;If someone else has this problem,you can debug then inquire mscr and mscrr0,&lt;SPAN&gt;what addr triggered the error.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 12:14:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/jump-application-from-task-for-freertos-in-mpc5748-s-bootloader/m-p/1384031#M8058</guid>
      <dc:creator>baixiaolin</dc:creator>
      <dc:date>2021-12-09T12:14:53Z</dc:date>
    </item>
  </channel>
</rss>

