This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Calling flash kernel from within an application

Expert 1570 points

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

I'm using the 28027F device.

Ii would be great if I could jump to the SCI bootloader without using GPIO toggling at power up.

I followed some app notes regarding the use of the command-line "serial_flash_programmer", and ended up finding the kernel source code.

(C:\ti\controlSUITE\device_support\f2802x\v230\f2802x_examples_structs\f28027_flash_kernel)

I was wondering if I could call the SCI_Boot(); from my application to initiate an SCI bootloader. Then I would use serial_flash_programmer or C2Prog or similar to upload and flash my new software.

Is that doable?

Thanks