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.

.out to .hex conversion for DM6431

Dear Sir,

I want to convert the .out file to .hex for burning SPI24 flash rom with 6431.

I use the tool in "C:\dvsdk_1_01_00_15\flashburn_files\hexAIS".

But the .ini file is for 6437 EVM.

I modify the .ini file as following :

; General settings that can be overwritten in the host code
; that calls the AISGen library.
[General]
busWidth=8
;Eric modify for 6431
;BootMode=uart
BootMode=spi


; The PLL section allows setting the PLL1 system clock with a 
; specified multiplier and divider as shown. The clock source
; can also be chosen for internal or external.
[PLL]
;Eric modify for 6431
;PLLM = 21
PLLM = 10
PLLDIV1 = 0
;Eric modify for 6431
;CLK_SRC = 0
CLK_SRC = 1


; The DDR section allows setting the DDR clock rates (PLL2) and
; the needed values for the DDR control registers.  Only the 9
; paramters shown below can be set via the AIS method.
[DDR]
;Eric modify for 6431
;DDRPLLM = 23
DDRPLLM = 15
DDRCLKDIV = 1
VPFECLKDIV = 11
;Eric modify for 6431
;CLK_SRC = 0
CLK_SRC = 1
DDRPHYCR = 0x50006405
SDBCR = 0x00138822
;Eric modify for 6431
;SDTIMR = 0x16492148
;SDTIMR2 = 0x000CC702
;SDRCR = 0x000004EF
SDTIMR = 0x1A4929C8
SDTIMR2 = 0x000EC702
SDRCR = 0x000003E6

But I can not get the correct bin file when I convert the hex file to bin format.

Q1. Is there anything wrong with the .ini file?

Q2. By the way, can I use FlashBurn DSK to burn .hex to SPI24 flash ROM with 6431?

I try to do that but fail in step 3!

Thank you for help!!

Best Regards,

 

Eric Fang