Hello everyone,
I have a question regarding drivers which are located in windows_drivers folder in Tiva installation folder. We want to setup USB bootloader into our systems which are based on TM4C MCUs. So I made software in which when USB device connected system goes to
ROM_UpdateUSB();
and waits for dfuprog.exe to program new .bin file. I'm doing my tests using EK TM4C1294xl. But first time board is connected PC does not recognise it until I using device manager install drivers manually from windows_drivers.
I'm interested now in ways to set this up so it could be easily delivered to the third party customers. So when someone connects USB port from our custom board with this TM4C1294NCPDT will those drivers work? Is there maybe some better principle on which we should work. Maybe build drivers ourselves. Is there some kind of reference files for this files in windows_drivers folder?