Hello,
I'm trying to use Keil Arm Tools with HalCoGen.
I've builded the project and generated a .out project using the command :
"c:\Keil\ARM\BIN40\fromelf.exe --bin --output debug\RM48x.out RM48x.axf"
But when I use winflash to send it to the HDK I get the error :
"Error 114 - Invalid Coff file; not Coff version 2."
There is a way to fix that ?
Thanks,
Cristiano
Cristian,
I did a test project using HalCoGen and selected ARM Tools instead of TI tools.Once the project generated (SOURCE and INCLUDE) I've created a uVision project and imported the C, asm and Include directory.The project was compiled without any error and the output file was a .axf file.
Using the build in flash programmer I'm able to flash the device with the created axf file.
I also tried to use our Flash programmer (NowFlash) and was able to program the axf file.
I don't know what is winflash. Is it a standalone flash utility?
Thanks and Regards,
Jean-Marc
Best regards,
Application Engineer
If my reply answers your question please click on the green button "Verify Answer".
Cristiano,
In my previous post I've forgot to ask you what is winflash.Is it a third party application?
Hello Jean-Marc, I've used nowFlashWin and got confused rembering the name, sorry.
I've use the axf file, but nothing happens. I think my linker is not correctly configurated.
I will see into it and post if this was the problem.
Thanks for your attention.