Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 5781

Synergy Flashloader Utility BCH error "Indexing Error Slot "

$
0
0

For my application's purpose, I am creating a single slot bootloader and following the Custom Flashloader guide for "USB CDC Non-blocking". I have the following settings used with the PK-S5D9 Board:

 

Bootloader .ld:

   FLASH (rx)         : ORIGIN = 0x00000000, LENGTH = 0x40000  /*    */

   

Downloader .ld:

   FLASH (rx)         : ORIGIN = 0x00100000, LENGTH = 0x0100000  /*   1M */

 

Application .ld:

    FLASH (rx)         : ORIGIN = 0x00100000, LENGTH = 0x0100000  /*   1M */

 

Since the S5D9 Board is only equipped with 2MB of Flash, that was my reasoning for choosing these addresses instead of the 3MB addresses in the examples. The frameworks for each API have been populated to reflect this as well. After a successful Clean/Build, I retrieve the .srec file from the project's debugger folder and ready it for the Flash Utility. When I populate the utility and go to convert the file to .BCH format, the following error occurs: 

 

 

I have followed the guides very closely and have checked for the usual causes such as the image header at address 0x800 in the linker, possible wrong address copies, image id/version control, etc. I am very puzzled as to what would cause this issue/error and if anyone has any input on the cause or has seen a similar issue. Any advice I would appreciate greatly.

 

Thank you very much,

-Aaron

 


Viewing all articles
Browse latest Browse all 5781

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>