diff --git a/Hello_World/main.c b/Hello_World/main.c
index 65ddbcf0bddaa794c010e031446115dd6947f870..1d0268ef493ea552389ffc023e0037f08f378837 100644
--- a/Hello_World/main.c
+++ b/Hello_World/main.c
@@ -104,6 +104,7 @@ int main(void)
     int count = 0;
 
     printf("Hello World!\n");
+    TMR_Delay(MXC_TMR0, MSEC(1000), 0);
 
     //Setup the I2CM
     I2C_Shutdown(MXC_I2C0_BUS0);
diff --git a/testapp/main.c b/testapp/main.c
index e03aedd6f60e5bf8f1d4cfa7b7819e969ac668b3..c0df7b4c44c89ac943df0d180b1ce1e6b541dcae 100644
--- a/testapp/main.c
+++ b/testapp/main.c
@@ -245,6 +245,7 @@ int main(void)
     //int count = 0;
 
     printf("Hello World!\n");
+    TMR_Delay(MXC_TMR0, MSEC(1000), 0);
 
     //Setup the I2CM
     I2C_Shutdown(I2C_DEVICE);