Compilation question

Hi all,

A noob question. I compiled my .c file into the flash of my RCM5400W. Now I want to be able to remove the usb programming cable and run the program at some later time.

How can I accomplish this?

Thanks in advance!

There should be a jumper on the board to change the SMODE, you want it to be 0 and not 1.

Then in DC you need to turn off debugging. or place #nodebug at the top of your program.

So… first, place the jumper so that SMODE is a 1, program the board. then move the jumper so that SMODE is 0. Press the reset switch, if it has one or power down then back up and you should be good to go.

Thank you for the help. Worked Great. I had to do some research for the SMODE jumper. For anyone who sees this thread in the future:

On the RCM5400W, the SMODE jumper is on the programming port. So, if the cable is not plugged in, it means SMODE is set to 0 and 1 if the cable is plugged in.

Thanks again!!:slight_smile: