User Activity

Has *ANYONE* *EVER* gotten USB to work on STM32 without linking in the thousands of lines that Cube framework is?Calling the documentation inadequate is an injustice to that word! The quality of the documentation approaches negative inf! And the cube...
program EP0 for an simple IN transmit   epIn->DIEPINT = -1; //clear ints   epIn->DIEPTSIZ &=~ (USB_OTG_DIEPTSIZ_PKTCNT_Msk | USB_OTG_DIEPTSIZ_XFRSIZ_Msk);   epIn->DIEPTSIZ |= (numPackets << USB_OTG_DIEPTSIZ_PKTCNT_Pos) | (len << USB_OTG_DIEPTSIZ_XFRS...
Posted on June 03, 2015 at 22:48I would like to run a little custom code on the M0 core of the BlueNRG  I am fully aware that officially this is not a use case you support, but still. Please share how?   (i promise to not ask for any support further...