• Is it possible to have a single Keil MDK project and two or more separate workspaces? If yes, then how?
    I have several nodes that are running the same project/code. I need to debug them simultaneously and that requires having separate workspaces. Now I have multiple copies of the same project. Yes, they...
  • Is it possible to have a single Keil MDK project and two or more separate workspaces? If yes, then how?
    I have several nodes that are running the same project/code. I need to debug them simultaneously and that requires having separate workspaces. Now I have multiple copies of the same project. Yes, they...
  • two or more usb virtual ports
    Hi how is it possible to install two or more usb virtual ports on one device???? Which descriptors do I have to install??? Installing two further endpoints and another interface descriptor isn't...
  • two or more usb virtual ports
    Hi how is it possible to install two or more usb virtual ports on one device???? Which descriptors do I have to install??? Installing two further endpoints and another interface descriptor isn't...
  • Is there a more efficient way to swap two bytes?
    I am targeting a Cortex-M0 processor, and am new to Thumb assembly available on the M0. Is there more efficient way to swap two bytes in a 32-bit word (in this example, the middle two bytes)? Thanks!...