<div dir="ltr"><div>Hello,</div><div><br></div><div>About two weeks ago, I worked in running RTEMS (5.1) on TMS570LC43 Launchxl, and it booted and print via uart.</div><div><br></div><div>But when I tried to build CFS on RTEMS, it failed due to not enough memory, so I bought a TMDX570LC43 HDK with 8MB sdram on it.</div><div><br></div><div>As indicated in <a href="https://devel.rtems.org/wiki/TBR/BSP/Tms570">https://devel.rtems.org/wiki/TBR/BSP/Tms570</a>, due to Flash has limited erase cycles, it is recommended to run program in SDRAM during debug and tests. <br></div><div><br></div><div>I have seen SDRAM_SCI_configuration, there is no special code to jump to RTEMS startup code. In the main(), it is merly setup SCI and EMIF, then forever loop. <br></div><div><br></div><div>So if I want to run RTEMS in SDRAM after initialization after HALCoGen, how should I start it ? use some GDB command or write a jump/branch instruction before "forever loop" in main()?</div><div><br></div><div>Thanks<br></div></div>