<div dir="ltr"><div>Hi, I'm working with an ERC 32 target board and would like</div><div>to change the system clock frequency. There is a file in $PROJECT_HOME/src/rtems/bsps/sparc/shared/start called Start.s. In this file there is a line for <br></div><div>clock speed:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>SYM(CLOCK_SPEED):<br><br>  .word   0x0a, 0, 0, 0                           ! 7E (10 MHz default)</div></blockquote><div>I want to change to 8MHz so  I know that I have to change</div><div>to 0x08. However after the change can I just recompile</div><div>my programs or do I need to rebuild the RTEMS toolchain ?</div><div>Also if I need to rebuild could someone explain how can I rebuild without needing to do the whole install process ? rebuild just the bsps ? <br></div><div><br></div><div>Thanks !<br></div><div><br></div></div>