Hello Kerry and Jay,
Thank you for the support on this.
I used the new Flashloader and I no longer get an error message when the memory is configured, but when I try to write or read any address after 16MB I get the same error:
Writing:
C:\Users\..\bin\Debug>blhost.exe -u 0x15A2,0x0073 -- write-memory 0x00000000 nvm.bin 0x110
Inject command 'write-memory'
Preparing to send 33554432 (0x2000000) bytes to the target.
Successful generic response to command 'write-memory'
(1/1)100% Completed! <-- The % was increased at regular speed before 50%, after, it increased faster.
usbhid: received data phase abort
Response status = 10200 (0x27d8) kStatusMemoryRangeInvalid <-- Same error than before
Wrote 33554432 of 33554432 bytes.
Reading:
C:\Users\..\bin\Debug>blhost.exe -u 0x15A2,0x0073 -- read-memory 0x1000000 0x100 0x110
Inject command 'read-memory'
Successful response to command 'read-memory'
usbhid: received data phase abort
Data phase aborted by sender
Response status = 10200 (0x27d8) kStatusMemoryRangeInvalid <-- Same error than before
Response word 1 = 0 (0x0)
Read 0 of 256 bytes.
Greetings