I am trying to program the flash via the bootloader.
I am using the serial_flash_programmer on a PC and the f28055_flash_kernel from the C2000 examples.
I have rebuild this kernel with the 28054f_RAM_lnk.cmd because of the secured L0 RAM.
The output of the serial_flash_programmer looks like:
After the message "Application Autobaud Successful" the program hangs and should be terminated with Ctrl_C.
After the Application AutoBaud check, 5 seconds after loading the kernel, two blocks of data are transmitted of abaud 1067 and 2065 bytes (calculated from transmission time).
After the Application Autobaud check, 22 bytes are transmitted but no response follows, if the flash contains a valid program, this program is started on this point.
To select the SCI bootmode GPIO_34 is high and GPIO_37 is pulled low during reset, how long should this boot loader selection pins be hold in this state ?
Whats going wrong ?



