question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Writing 360382 bytes starting at address 0x00000000 ERROR: Invalid data size: 360382. Size must be a multiple of 4.

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JelmerTcommented, Apr 28, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found