I'm using the F28335 microcontroller from the experimental dock kit TMDSDOCK28335. I ran the example led flashing code that was provided by controlSUITE and in that code, the programming was done in flash so when I turned my board off and turned it back on, the code would start running again.
I also ran the ezdsp example code for adc and pwm, they ran just fine but the problem is that that code programs it in SARAM so when I turn the board off and turn it back on I have to reprogram it.
Can Anyone tell me what modification I need to do in the ezdsp board code so that those example code run from flash? Let me know what other info you might need. I would really appreciate it if you could provide me some specific code or at least tell me what to copy and paste from the dock code to ezdsp code.
Also, I don't think I need to do any modification to the dock kit (like jumping wires and such) because apparently I have programmed in both flash and SARAM without changing hardware.