I opened the workspace in visual Studio and tried modifying the code (commenting out the #if !defined(USB) and the #endif), so my board can operate with batteries.
I was trying to implement the fix from @akash and see if I can then add in code to use a compass module that communicates with i2c or SPI (wanting to test it).
When trying to compile I get the following ERRORs:
Is there another workspace other than (DW3_QM33_SDK.code-workspace) ?
I am trying to duplicate the code in the
USB_Workaround_DWM3001CDK-DW3_QM33_SDK_CLI-FreeRTOS.hex
but want to see about adding a readout from a compass module to it so I can determine orientation.
Thanks,
Clint