User Activity

Hi all,First some context:I am attempting to use the USB designated pins (PA11 and PA12) as generic GPIO inputs at start-up as a way of determining if a host is connected to the device and make a decision whether to run the main code or not - I will ...
The code below shows my current attempt to implement a jump to the bootloader:#define ApplicationAddress 0x1FFFC400   void JumpBootloader(void) { typedef void (*pFunction)(void); // defines function pointer for bootloader jump   /* Set System...
I am aware I am using a slight outdated version and so apologise if this fix has already been implemented.When selecting a Custom HID Class under the middleware tab there is no option to enable or disable the USBD_SUPPORT_USER_STRING parameter, and i...
Hi all,First post on here so apologies if I make some errors in my question format/clarity.I am doing some testing using the SPI HAL library attempting to communicate with another chip, everything works as expected and I can successfully send bytes a...