Other Parts Discussed in Thread: UNIFLASH
Hello,
Im currently trying to run the example flash_kernel_ex3_sci_flash_kernel example for my LAUNCHXL-F2800137 and im having the following errors while trying to perform a DFU via the serial_flash_programmer_appln.exe.
Bit rate /s of transfer was: 7012.773438
Application load successful!
Done waiting for application to download and boot...
SUCCESS of Command
ERROR Status: VERIFY_ERROR
ERROR Address: 0x80000
Error not recognized
Please refer to the Flash API documentation for further explanation of the error.
FMSTAT Register contents: 00
Here is what i did to run this example:
1) Connected a USB-SERIAL device to GPIO28 and GPIO29 for tx and rx for the serial communication
2) Compiled and generated .txt files requiered by serial_flash_programmer_appln.exe via hex2000 tool like this:
hex2000 flash_kernel_ex3_sci_flash_kernel.out -boot -sci8 -a -o flash_kernel_ex3_sci_flash_kernel.txt
hex2000 led_ex1_blinky.out -boot -sci8 -a -o led_ex1_blinky.txt
led_ex1_blinky target configutation was set to CPU1_FLASH for build configurations
flash_kernel_ex3_sci_flash_kernel was set to CPU1_RAM for build configurations
3) On my dev board , GPIO24 and GPIO32 are set to 1 to boot from Flash.
4) Runned flash_kernel_ex3_sci_flash_kernel on debug
5) runned the following command and selected DFU:
serial_flash_programmer_appln.exe -d f280013x -k flash_kernel_ex3_sci_flash_kernel.txt -a led_ex1_blinky.txt -p COM0 -v
If someone could help i would really appreciate it,