Hi,
I need to change the USB Descriptors of the HIDAdvRemoteDongle Project depending on the Report-Map I will get once a connection with a ble-device is made. Therefor I would need to rewrite the descriptors which are hard-coded in usb_hid_descriptor.s51, is there some way to do that?
And how would I reset the USB Connection, if my descriptors change?
The USB Descriptor Parser (usbdp) says: "The standard-formatted descriptors must be placed back-to-back in either XDATA or CODE memory."
But there is no example of placing the descriptors into XData, could someone point me to one, or better yet, give me one?
Thanks in Advance!