HEX to DFU without files in C#?
Hi everyone,
I'm working on an app to configure an STM32 based DFU device and I don't want to deal with the file system. Everything works now except one step, going from Intel HEX to a DFU image directly so I can write it to the device. The ST DFU image library seems to be only for reading and writing files. I found an implementation of generating a DFU file from HEX in C but before I dive into converting C manipulations of char*s, I thought I'd ask if anyone has already implemented what I am looking for in C#?
Thanks,
Dmitry
