I use s32ds to generate s19 file, but when l use s19 file to upload to s32k144, fault occur, if someone know how to solve it ,example as setting s32ds or setting s19 file to change s19 file becoming standard and uniform.please tell me the method ,thank you.
Original Attachment has been moved to: App_demo_attribute.s19.zip
已解决! 转到解答。
Hi,
you can download windows version of srec_cat here. I don't know how many bytes do you need in one row - let's say 16. For align to 16 bytes - start windows command line (Click on Start, write cmd into search box and click on cmd in results).
Go to folder where you unpacked zip file with srec_cat.exe. For align to 16 bytes per row write command:
srec_cat App_demo_attribute.s19 -Output_Block_Size 16 -Output_Block_Packing -output App_demo_attribute_16.s19
Result is attached. For different number of bytes just change the block size number.
Jiri
Hello,
I tried flash your s19 file - and it is working for me. Can you share error message shown in console? SREC file is standard one. Here is procedure how to flash srec file into device - download separate elf/srec/hex file to microcontroller using S32 Design Studio
Jiri
Hi,Kral
firstly,thank you for youy response. my s19 file is correct, but it as app file to programme to s32k144. In my project ,use boot and FLEXCAN to programme app file.
If s19 file is not align,l will calculate it to let s19 file align,my app file has 200k ,it is too much ,so it is will spend much time.if generate s19 file is align,it will be good for me.so l think ,through setting s32ds software to access my desired results. thank you.
Hi,
you can download windows version of srec_cat here. I don't know how many bytes do you need in one row - let's say 16. For align to 16 bytes - start windows command line (Click on Start, write cmd into search box and click on cmd in results).
Go to folder where you unpacked zip file with srec_cat.exe. For align to 16 bytes per row write command:
srec_cat App_demo_attribute.s19 -Output_Block_Size 16 -Output_Block_Packing -output App_demo_attribute_16.s19
Result is attached. For different number of bytes just change the block size number.
Jiri