Hi everybody,
I have to make a firmware that provides for USB communication for a custom board.
I state that the code is compiled and loaded quietly without giving errors or problems.
I encountered the problem when, starting the example with visual studio, I realized that it was made for the 2008 version (currently I use the 2019) and therefore there are numerous compatibility errors. First of all it tells me that there are some deprecated functions, but it "replaces" them automatically (which however guarantees the correct functioning of the application); it also cannot "find" the lmusbdll.lib library. I personally found where this library is and in the readme I read that it is necessary to have the windows ddk (also deprecated for the past 17 years and replaced by the wdk). Now, it is possible to have an "updated version" of this application (I'm talking about the project contained in the tool folder of the tivaware, in my case: C:\ti\TivaWare_C_Series-2.2.0.295\tools\usb_bulk_example) or there is a guide that do you explain how to use it within a newer version of visual studio?
Federico