Writing 360382 bytes starting at address 0x00000000 ERROR: Invalid data size: 360382. Size must be a multiple of 4.
See original GitHub issueI am using code composer 10.2 and SDK 4.40
I have the next error with my file hex:
Writing 360382 bytes starting at address 0x00000000
ERROR: Invalid data size: 360382. Size must be a multiple of 4.
But in uniflash work fine
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
ERROR Invalid data size, not multiple of block size · Issue #606
I do move files from mounted and decrypted cloud storage to another folder in the same storage recently. Is this the reason I...
Read more >ICE043A INVALID DATA SET ATTRIBUTES: ddname ... - IBM
An error associated with a record format, record length or block size was detected, or a conflict between these attributes was detected.
Read more >C6385 Reading invalid data from 'array': the readable size is ...
C6385 Reading invalid data from 'array': the readable size is '4' bytes, but '8' bytes may be read. float array\[\] = {0.0},avg; int...
Read more >Valgrind error invalid write/read of size 4 - doesn't find the ...
In this case, the address of the previously allocated memory will be lost. The function can look like void enqueue( int n )...
Read more >Error: Invalid string. Length must be a multiple of 4
Hi,. We are noticing the same error in Discover with one index pattern (so far). Issue started after upgrading from 7.13.1 to 7.16.2....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Which chip are you programming?
According to https://www.ti.com/lit/ug/swru333a/swru333a.pdf the download command needs a size that is a multiple of 4, and that’s what the script is checking for.
it seems the problem comes from the compiler
Issue related: https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz/f/sub-1-ghz-forum/997796/cc1352p-file-hex-not-working-but-file-out-ok-with-example-sniffer/3686412#3686412