• HARD WARE
    HAIEE. I HAVE WRITTEN SOME C CODE. AND I WANT TO SEE IT RUN. WHAT CAN I DO WITH IT?
  • usb middle-ware alternatives.
    We purchased a lic. with ST for MDK Plus Single User one year and now we learned the USB examples are considered middle-ware. My management team is not keen on another 2k a year. Is the limitation built...
  • Soft Reset
    I have an STM32F205 processor in a battery backed up circuit. The battery is normally non connected, it can be connected via switch or GPIO. The problem is that if the IWD (Independent Watch Dog) fires...
  • Soft Reset
    I'd like to perform a "warm restart" by running the startup routines upon detection of an error. How can I "goto" the reset vector using C51? For example: void main(void) { ... ... val = CheckForError...
  • how to use middle ware USBD_HIDn_GetReport
    I can't seem to find any examples of how to use the USBD_HIDn_GetReport calback function? I have examples for USBD_HID_GetReportTrigger but nothing for GetReport. Searching the net leads mainly to the...