How to generate intel hex file which holds 32 bytes of data in each line.
STM32CubeIDE will generate intel hex file which holds 16bytes of data in each line.
Any article/information how to generate intel hex file which holds 32bytes of data in one line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-16 11:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-17 12:02 AM
Srecord utility has such functionality but why do you need it? In general, .HEX records have variable length and any hex file parser must handle any record size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-17 12:06 AM
My project is completed. In this 100% need to use Intel hex format only, Motoroal Srecord is not suitable for my project. I have a combination of Old Master with new slave firmware download. with computer application. Here I have developed a new slave. So I need to follow intel hex file standard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-17 12:09 AM
Before bashing, why don't you check what Srecord utility is about? Yes, it does handle Intel hex and dozens of other formats.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-17 12:11 AM
Any reference manual related to Srecord utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-17 5:28 AM
Yes, surprise, it's available at srecord utility website. (Who could expect this?)
