Part Number: TMS320F280039C Other Parts Discussed in Thread: UNIFLASH , Tool/software: Hi champs, I am asking this for our customer. How to read 16-bits data from memory address using Uniflash command line, dslite? The user issued command to read address 0xD00: dslite --mode memory --config=TMS320F280039C.ccxml --range=0xD00,0x50 --output=output-file.bin It seems to read the LSB only, missing the MSB The readout from Uniflash: Address Data ---------- -------- 0xD00 : 0x0441 (Uniflash) 0xD01 : 0x0222 (Uniflash) 0xD00 : 0x41 (dslite) 0xD01 : 0x22 (dslite)
↧